A:link, A:visited	{
	color: #3333FF;
	text-decoration: none;
}
A:hover	{
	color: MediumBlue;
	text-decoration: underline;	} 

h1, h2, h3, h4, .n1, .n2, .n3, .n4	{
	font-family: arial, verdana, sans serif;
	font-weight: 800;
	color: MediumBlue;
}
h1, .n1	{	font-size: x-large;	}
h2, .n2	{	font-size: 115%;	}
h3, .n3	{
	font-size: 5mm;
}	
h4, .n4	{	font-size: x-small;	}	
	
body	{
	margin: 20 px;
	background-color: White;
}	
p, div	{
	margin-top: 0 em;
	margin-bottom: 0.8 em;
	border-color: MediumBlue;	}
body, p, td, input, textarea	{
	font-family: arial, Times New Roman, verdana, sans serif;
	font-size: 110%;
	color: DarkSlateGray;
}
.serif	{
	font-family: arial, verdana, sans serif; 
	font-size: larger;	}
.prim	{
	font-family: arial, verdana, sans serif;
	font-size: small;
	margin-bottom: 1.4 em;
}
kbd	{
	font-size: x-small;	}

ol	{
	margin-top: 0.5 em;
	margin-bottom: 0.5 em;
	margin-left: 3 em;	}
ul	{
	margin-top: 0.5 em;
	margin-bottom: 0.5 em;
	margin-left: 2.4 em;	}
li	{
	margin-bottom: 0.5 em;	}

hr	{
	margin-bottom: 0.5 em;
	color: MediumBlue;	}
img	{
	border-color: #0000FF;	}
object	{
	border-color: SlateGray;	}	
blockquote	{
	margin-top: 0.5 em;
	margin-left: 1.3 em;
	margin-right: 1.3 em;
	margin-bottom: 0.8 em;
	border-color: CornflowerBlue;	}