
/* CSS Document */

td
{
	background-repeat: no-repeat;
}

body
{
	font-family: times;
	font-size: 8pt;
	color: #cccccc;
	background-color: #770000;
}

input
{
	background-color: #cccccc;
	color: #990000;
	border: #dddddd 1px solid;
	border-style : ridge;
}

textarea
{
	background-color: #cccccc;
	border: #dddddd 1px solid;
	border-style : ridge;
 
}

img
{
	border-color= #aabb77;
}


a:link{	color: aabb77; font-family: times; font-size: 12pt; text-decoration: none; font-weight: bold}
a:visited{	color: aabb77;  font-family: times; font-size: 12pt; text-decoration: none; font-weight: bold}
a:hoover{color:eeee55; font-family: times; font-size: 12pt; text-decoration: none; font-weight: bold}
a:active{color:eeee55; font-family: times; font-size: 12pt; text-decoration: none; font-weight: bold}