a.txt:link, a.txt:visited {
	white-space:nowrap;
	text-decoration:none;
	font-style:italic;
	font-size:12pt;
	font-weight:bold;
	color:#D0D0D0;
	background-color:#01300c;
}
a.txt:hover, a.txt:active, a.txt:focus {
	white-space:nowrap;
	text-decoration:none;
	font-style:italic;
	font-family:serif;
	font-size:12pt;
	font-weight:bold;
	color:#F0F0F0;
	background-color:#0d110e;
}

p		{ text-decoration:none; }
div		{ text-align: center; }
hr 		{ width: 100%; }
span.mwhite	{ color: #FFFFFF; }
span.mred	{ color: #D00000; }
img		{ border: none; }

table.grey {
	//background-color:#132c19;
	background-color:#01300c;
}

td {
	color:#C0C0C0;
	font-family:serif;
	font-size:12pt;
}

body {
	font-family:serif;
	font-size:12pt;
    background-color:#000000;
}

iframe {
	font-family:serif;
	font-size:12pt;
}

input,textarea {
	background-color:#808080;
	color:#101010;
	border-color:#B0B0B0;
	font-family:serif;
	font-size:12pt;
}

html {
	scrollbar-base-color:#808080;
	scrollbar-arrow-color:#C0C0C0;
	scrollbar-darkshadow-color:#303030;
	scrollbar-face-color:#505050;
	scrollbar-highlight-color:#707070;
	scrollbar-shadow-color:#404040;
	scrollbar-track-color:#808080;
}
