body {
	background-color: orange;
	margin_top: 25px;
}

body, p, td, li {
	font-size: 12px; 
	font-family: verdana, Arial; 
	color: #fff;
}
input	{
	border-top: 0px solid red;
	border-right: 0px solid red;
	border-left: 0px solid red;
	border-bottom: 1px solid red;
	font-size: 13px;
	color: red;
	background-color: transparent;
}

A:link  {color:maroon; text-decoration:none;}
A:active  {color:maroon; text-decoration:none;}
A:visited  {color:maroon; text-decoration:none;}
A:hover  {color:maroon; text-decoration:underline;}

