body {
	background-color: white;
	font-family:Arial;
	font-size: small;
	color: Black;
	bgcolor: #D3E5F7;
	margin-top : 0;
	margin-left : 0;
}

h1 {
	font-size: medium;
	color: Black;
	margin-left : auto;
	font-variant : normal;
	font-style : normal;
	font-weight : bold;
	cursor : auto;
}

th.field_desc {
	text-align: right;
	font-size: small;
	font-weight: bold;
}

 A:LINK {
	text-decoration : none;
	color: Black;
}

A:VISITED {
	text-decoration : none;
	color : Black;
}
A:hover {
	text-decoration : underline;
	color: Red;
}

A:ACTIVE {
	text-decoration : underline;
	color : #1E90FF;
}

LI {
}


H3 {
	font-style : normal;
	font-variant : normal;
	font-size : medium;
}UL{
	font-size : small;
}
h2 {
	font-size: medium;
	color: #483D8B;
}
p {}

OL {
	font-size : small;
}
