P  {
	font-size : xx-small;
}

H1  {
	color : #CCCC00;
	font-size : xx-large;
}

H2  {}

H3  {
	font-size : small;
	font-weight : bold;
	color : #CCCC00;
	border-bottom-width : thin;
}

A  {
	font-weight : bold;
	text-decoration : none;
	color : Gray;
}

A:Visited  {
	color : Gray;
}

A:Active  {
	color : White;
}

A:Hover  {
	color : Silver;
}

BODY  {
	font-size : smaller;
	font-family : Tahoma;
	color : Silver;
	background-color : Black;
}

INPUT  {
	font-family : Tahoma;
	color : Silver;
	background-color : Black;
; border-top-width: 0; border-right-width: 0; border-bottom-width: thin; border-left-width: 0}

INPUT.VISIBLE  {
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
}

INPUT.INVISIBLE  {
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	border-bottom-width : 0;
	font-weight : bold;
}

table  {
	font-size : x-small;
}

H4  {
	font-size : xx-small;
}

H6  {
	font-size : xx-small;
	font-style : italic;
	font-weight : normal;
}

p.h3  {
	font-size : medium;
	color : #CCCC00;
}

p.comment  {
	font-size : xx-small;
	color : #CCCC00;
	font-weight : bold;
}

p.title  {
	font-size : x-small;
	color : #CCCC00;
	font-weight : bold;
}

p.white  {
	font-size : xx-small;
	color : Silver;
}

div.label  {
	font-weight : bold;
	font-size : x-small;
	color : Silver;
}

div.note  {
	color : Silver;
	font-size : xx-small;
	font-weight : normal;
}

