body, td {
cursor: default;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 12px;
letter-spacing: 0px;
text-align: justify;
line-height: 20px;
color: #665a44;
}
h1{
font-family: arial, tahoma, verdana, sans-serif;
font-size: 12px;
color: #5e772c;	
text-decoration:underline;
}
A:link {
color: #5e772c;	
text-decoration:underline;
}
A:visited {
color: #5e772c;	
text-decoration:underline;
}
A:active {
color: #5e772c;	
text-decoration:underline;
}
A:hover {
color: #665a44;
text-decoration: none;
cursor:n-resize;
}