A:link, A:visited	{
	color: MediumBlue;
	text-decoration: none;		}
A:hover	{
	color: MediumBlue;
	text-decoration: underline;	} 

h1, h2, h3, h4, .n1, .n2, .n3, .n4	{
	font-family: verdana, arial, sans serif;
	font-weight: 800;
	color: CornflowerBlue;	}
h1, .n1	{	font-size: x-large;	}
h2, .n2	{	font-size: large;	}
h3, .n3	{	font-size: medium;	}	
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: CornflowerBlue;
	}
body, p, div, td	{
	font-family: arial, verdana, sans serif;
	font-size: x-small;
	color: Dark;	}
p.zag,h2 {
	text-align:center;
	font-family: arial, verdana, sans serif;
	font-size: x-small;
	color: #57A76F;	}
.serif	{
	font-family: times new roman, serif; 
	font-size: larger;	}
.prim	{
	font-family: verdana, arial, sans serif;
	font-size: xx-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: CornflowerBlue;	}
img	{
	border-color: #57A76F;	}
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;	}