body {
cursor: help;
background-image: url('bg.jpg');
background-repeat: repeat-y;
}

a:link, a:visited, a:active {
text-decoration: none; 
color: #CE8B16;
}
a:hover {
text-decoration: underline; 
color: #693704; 
cursor: w-resize;
}

body, p, font, td {
font-family: Verdana, Sans-Serif; 
color: #8D5A00;
font-size: 10px;
text-align: justify;
}

b {
color: #693704; 
}

i {
color: #693704;
}

.head {
border-bottom: 1px #693704 dashed;
font-size: 12px;
font-style: italic;
color: #693704;
font-family: Verdana, Sans-Serif;
letter-spacing: 4px;
text-align: right;
padding: 2px;
}