body {font:10pt Verdana}
a:active {
	color: yellow;
	text-decoration: underline;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:focus {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}
#td.main {
 width:1024px;
 height:768px;
 position:relative;
 margin:0 auto;
 overflow:hidden;
 }