TABLE {
	font-size : x-small;
}

BODY {
	background: #FFFFE0;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
	background-attachment : fixed;
}

P {
	font-size : small;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-variant : normal;
	text-align : justify;
}

PRE {
	font-size : 12px;
	font-family : "Courier New", Courier, monospace;
	font-variant : normal;
}

H2 {
	font-size: 14pt;
	color: Teal;
}

H3 {
	font-size: 13pt;
	color: Teal;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Teal;
}

A {
	text-decoration: none;
	color: Green;
}

A:Hover {
	text-decoration: underline;
	color: Maroon;
}

HR {
	color: Navy;
	height: 2pt;
}
