
.h1 {
	color: #c20003; 
	font-family: arial; 
	font-size: medium; 
	}
	
.h2 {
	color: black; 
	font-family: arial; 
	font-size: medium; 
	}
	
.h3 {
	color: blue; 
	font-family: arial; 
	font-weight: medium; 
	}
	
.h4 {
	color: #C20003; 
	font-family: tahoma; 
	font-size: 40px; 
	}

.h5 {
	color: #C20003; 
	font-family: cursive; 
	font-style: italic; 
	font-size: 50px; 
	}

link {  font-family:tahoma, Helvetica, sans-serif; color: #FFFFFF; text-decoration:none; cursor: hand} A:hover {color:#c20003;}
