BODY
{
	font-size: 12pt;
	background-color: black; 
	color: #5090ff;
}

a
{
	font-size: 12pt;
	color: blue;
	background-color: black;
        text-decoration: none;
}

h1
{
	color: #3333ff;
}

h2
{
	color: #3333ff;
}

h3
{
	color: #3333ff;
}

.menu
{
        font-size: 12pt;
        font-family: courier, verdana, arial, sans-serif;
	font-weight: bold;
        text-decoration: none;
        color: #c0c0c0;
	background-color: #00008b;
}

.activemenu
{
        font-size: 12pt;
        font-family: courier, verdana, arial, sans-serif;
	font-weight: bold;
        text-decoration: none;
        color: yellow;
	background-color: #00008b;
}

.text
{
        font-size: 12pt;
	font-weight: bold;
        text-decoration: none;
        color: blue;
	background-color: black;
}
.textlink
{
        font-size: 8pt;
        font-family: verdana, arial, sans-serif;
        text-decoration: none;
        color: #798999;
	background-color: black;
}
.comp
{
	font-size: 14pt;
        font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: purple;
	background-color: black;
}
