
:link { text-decoration:none; }
:visited { text-decoration:none; }
:link:active,:visited:active { text-decoration:none; }
:link:hover,:visited:hover { text-decoration:underline; color:#0066FF; }

BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT {
    font-family: Verdana, Arial, Geneva, sans-serif; font-size: small;
    }

B {font-family: verdana,arial,helvetica,sans-serif; font-size: small; }
PRE,TT {
	font-family: courier, sans-serif, monospaced;
	font-size: small;
	color:#00FF00;
	background-color:black;
	padding:10px;
	margin:10px;
	cursor: text;
	font-weight: bold;
	height: auto;
	width: auto;
	border: thin solid #666666;
}

PRE.Win {
	color:#CCCCCC;
}

PRE.TextFile {
	color:#CCCCCC;
	background-color:#000080;
}
