/* CSS Document */

a:link, a:active, a:visited
{
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}


a:hover
{
	color: #FF0000;
	font-weight: bold;
    text-decoration: none;
}

/* scrollbars */
html
{
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

body
{
	background-color: #990000;
}

.link {color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: smaller; }
.copyright {font-size: x-small; font-family: Georgia, "Times New Roman", Times, serif}
.title {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; font-size: large;}
.text {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; }