body
{
	background-color: #3F322A;
	color: #ABACAB;
	font-family: helvetica; arial; sans-serif;
	font-size: small;
}

p { font-size: small; }

h2 { font-size: large; }

h3 { font-size: small;
	 font-weight: bold;
 }

b { font-weight: bold; }

strong { font-weight: bold; }

i
{
	font-style: italic;
}

em { font-style: italic; }



.small
{
	font-size: small;
}


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

A:visited
{
	color: orange;
	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;
}
