html,body
{
    background-color:#ffffbe;
    color:#006000
}

.text
{
    font-family:arial;
    font-size:16px;
    line-height:150%;
    text-align:justify;
    width:600px
}
a:link {
color : #006000;
}
a:visited {
color : #00ff00;
}
a:active {
color : #00ff00;
}
a:hover {
color : #ff0000;
}