A:link
{
   text-decoration: underline;
   color: #B2DDE3;   
}

A:visited
{
   text-decoration: underline;
   color: #B2DDE3;   
}

A:active
{
   text-decoration: underline;
   color: #B2DDE3;   
}

A:hover
{
   font-weight:bold; 
   color: #B2DDE3;   
}

body 
{
	color: white;
	font: .90em "Lucida Sans Unicode" tahoma arial;
	background: #076874;
}

input
{
   font: 13px arial;      
   color: #084D55;
   background: #FFFFFF;
   border: 1px solid #000000;
   padding: 2px;
}

select
{
   font: 13px arial;      
   color: #084D55;
   background: #FFFFFF;
   border: 1px solid #000000;
   padding: 2px;
}

textarea
{
   font: 13px arial;   
   color: #084D55;
   background: #FFFFFF;
   border: 1px solid #000000;
   padding: 2px;
}

input.submit
{
   color: #084D55;
   background: #D7D7D7;
   border: 2px outset #000000;
}

input.reset
{
   color: #084D55;
   background: #D7D7D7;
   border: 2px outset #000000;
}
