H1 {
	font-size : 20px;
	text-align : center;
	margin-bottom : 2em;
	border : solid Red;
	background-color : Red;
	color : Black;	
}


H4 {
	font-size : 20px;
	text-align : center;
	margin-bottom : 2em;
	border : solid blue;
	background-color : blue;
	color : White;
	z-index : -2;
}


H3 {
	font-size : 20px;
	text-align : center;
	margin-bottom : 2em;
	border : solid yellow;
	background-color : yellow;
	color : black;
}

BODY {
color: #oooooo; 
text-decoration: none; 
font-family : Comic Sans MS; 
font-size : 14px;
}

H2 {
	font-size : 20px;
	text-align : center;
	margin-bottom : 2em;
	color : Blue;
	
}


td { 
font-size : 14px;
}
	
a   {   
color: blue; text-decoration: none; cursor: hand}
a:hover  {text-decoration : underline; color : red;}
a:active {text-decoration : none; color : red; background-color : #ffffcc;}
                     
.header {
font-size : 18px;
}  

.home {
font-size : 10px;
font-family : Verdana;
}

.onder {
font-size : 11px;
}


