body {
cursor: default;
}

a:link, a:visited, a:active {
text-decoration: none; 
color: #FFAB36;
}
a:hover {
text-decoration: none; 
color: #FF4103; 
cursor: help;
}

body, p, font, td {
font-family: Verdana, Sans-Serif; 
color: #acacac;
font-size: 11px;
text-align: justify;
}

b {
color: #000000; 
}

i {
color: #242424;
}

.head {
border-bottom: 1px #ffffff solid;
font-size: 14px;
font-style: italic;
color: #ffffff;
font-family: Verdana, Sans-Serif;
letter-spacing: 4px;
text-align: right;
padding: 2px;
}