a {
	color : #000066;
	text-decoration: underline;
}
a.nounderline{
	text-decoration : none;
}
A:hover { 
	color: #009999;
}
a:visited {
	color : #000066;
}
a:visited:hover {
	color : #009999;
}
a.nothing, img {
	text-decoration: none;
	border: none;
}
table.links {
	font-size : 10pt;
}
td.fontlinks {
	font-size: 16;
	font-weight : bold;
}

td.largelinks {
	font-size: 16;
	}

td.smalllinks {
	font-size: 11;
	}

div.footer {
	font-size : 10pt;
}

BODY {
    scrollbar-face-color:  black;
    scrollbar-base-color: white;
    scrollbar-highlight-color:  gray;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color:  gray;
    scrollbar-shadow-color: gray;
    scrollbar-arrow-color: white;
	scrollbar-track-color: gray;
	background : black;
	color : black;
	font-family : 'verdana', 'helvetica', 'arial', sans-serif;
}

p 	{
	text-align: justify;
}
