html, body {

}
body, td {
font-family : trebuchet ms, Arial, sans-serif;
font-size:81%;
line-height:126%;
color:#fff;
margin:0px 0px 0px 0px;
padding:0px;
background:#000;
}






h1	{
font-family:trebuchet ms, verdana, sans-serif;
color:red;
	font-size:160%;
	line-height: 180%;
	font-weight:bold;
	display:inline;
}
h2	{
	border:0px dashed red;
	font-family:trebuchet MS, sans-serif;
	font-size:130%;
	line-height: 180%;
	font-weight:bold;
	display:inline;
	color:#fff;
}




A:link	{
	color:#89BCF0;
	text-decoration: none;
	font-weight:bold;
}
A:visited	{
	text-decoration: none;
	color:#89BCF0;
	font-weight:bold;
}

A:hover	{
	text-decoration: underline;
	color:#58D544;	
	font-weight:bold;
}


.ulink:link	{
	color:red;
	text-decoration: underline;
}
.ulink:visited	{
	color:gray;
	text-decoration: underline;
}
.ulink:hover	{
	text-decoration: underline;
	color:green;	
}