body {
background: url('background.gif') repeat-y;
background-color: #ffb321;
font-family: Arial;
color: red;
font-size: 12px 
}

.head 
{  
font-size: 14px;
font-style: italic;
font-weight: bold;
color: purple; 
border: purple; 
border-style: solid; 
border-top-width: 0px;  
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px;
font-variant: small-caps;
text-align: left;
font-family: Georgia;
}


a:active {
    color: purple;
    text-decoration: none;

}

a:link {
    color: purple;
    text-decoration: none;
}

a:visited {
    color: purple;
    text-decoration: none;
}

a:hover {
    color: purple;
    text-decoration: none;
    font-weight: bold;
background-color: orange;
}