a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.ul:link {
	color: #FF0000;
	text-decoration: none;
}
a.ul:visited {
	color: #FF0000;
	text-decoration: none;
}
a.ul:active {
	color: #FF0000;
	text-decoration: none;
}
a.ul:hover {
	color: #FF0000;
	text-decoration: underline;
}

body, td { font-family:Arial; font-size:13px; }

body {
    overflow-y: scroll;
}