body {
	Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
}

A  {
	color : blue;
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, sans-serif;
}

A:Link  {
	color : blue;
	font-weight : normal;
	font-family : Arial, sans-serif;
}
A:Visited  {
	color : blue;
	font-weight : normal;
	font-family : Arial, sans-serif;
}

A:Active  {
	color : red;
	font-family : Arial, sans-serif;
}

A:Hover  {
	color : red;
	font-weight : normal;
	font-family : Arial, sans-serif;
}
select {
	#border:solid 3px red;
	background-color:white;
	font-size:12px;
	}

option	{
	border:solid 3px black;
	background-color:white;
	font-size:12px;
	}
input	{
	color:darkblue;
	font-weight:bold;
	font-size:12px;
	}
td {
	Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


