body
{
	background-color: #000000;
	color: #FFCC33;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	margin: 1pt 3pt 1pt 5pt;
}

h2 { font-size: large; 
	 color: #FFCC33;
}

h3 { font-size: medium;
	 font-weight: bold;
	 color: #FFCC33;
}

b { font-weight: bold; }

strong { font-weight: bold; }

i
{
	font-style: italic;
}

em { font-style: italic; }
.italic { font-style: italic; }


p { font-size: small; }
ul { font-size: small; }

.small
{
	font-size: small;
}


A:link
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}



A:active
{
	text-decoration: underline;
	font-weight: bold;
	color: red;
}


.type { font-family: courier, courier new, american typewriter, fixed-width; }
