
body, td, th { 
font-family : Arial, Verdana;
font-size : 14px;
color : #0d5335;
} 

tr.mouseover:hover { 
background:#f1dfa1;
} 

A:link    {color:#0d5335; text-decoration:underline; }
A:visited {color:#0d5335; text-decoration:underline; }
A:active  {color:#0d5335; text-decoration:underline; }
A:hover   {color:black; text-decoration:none; }

A.head:link    {color:#ffeabb; text-decoration:underline; font-size:9px;}
A.head:visited {color:#ffeabb; text-decoration:underline; font-size:9px; }
A.head:active  {color:#ffeabb; text-decoration:underline; font-size:9px;}
A.head:hover   {color:#ffeabb; text-decoration:none; font-size:9px;}

Body {

margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;

}

textarea	
	{
	border: 1px solid #000000; background: #ffffff; font-size: 12px; color: #0d5335; font-family: Arial, Helvetica;
	}
input
	{
	border: 1px solid #000000; background: #ffffff; font-size: 12px; color: #0d5335; font-family: Arial, Helvetica;
	}
	
#title
{
font-size : 17px;
font-weight : bold;
font-style: italic;
color : #0d5335;
}

#border
{
border: 2px red solid;
width: 200px;
}

#rand
{
border: 2px red solid;
width: 140px;
text-align: center;
}