
.h1 {
	color: #c20003; 
	font-family: verdana; 
	font-size: xx-small; 
	font-weight: bolder;
	}
	
.h2 {
	color: #000000; 
	font-family: verdana; 
	font-size: xx-small; 
	font-weight: bolder; 
	}
	
.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; 
	}


.navlink1 a:link {
font-family: Verdana, Geneva;
font-size : 70%;
font-weight : bold;
color: green;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 0px outset gray;
display: block;
width: 100%;
}

.navlink1 a:hover {
font-family: Verdana, Geneva;
font-size : 70%;
font-weight : bold;
color: #ffffff;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 0px inset black;
display: block;
background-color :green; width: 100%;
}

.navlink1 a:visited {
font-family: Verdana, Geneva;
font-size : 70%;
font-weight : bold;
color: green;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 0px outset gray;
display: block;
width: 100%;
}

.navlink2 a:link {
font-family: Verdana, Geneva;
font-size : 60%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 0px outset gray;
display: block;
width: 100%;
}

.navlink2 a:hover {
font-family: Verdana, Geneva;
font-size : 60%;
font-weight : bold;
color: #ffffff;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 0px inset black;
display: block;
background-color : #000000; width: 100%;
}

.navlink2 a:visited {
font-family: Verdana, Geneva;
font-size : 60%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 5px;
margin: 5px;
border : 0px outset gray;
display: block;
width: 100%;
}