H1 {
	font-family : Arial;
	font-size : 38px;
	color : #808000;
	text-align : center;
}


H2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #F0F8FF;
    font-size : 28px;
}


H4 {
	font-family : sans-serif;
	color : Olive;
	font-size : 16px;
	font-weight : bold;
	text-align : justify;
}


A:LINK {
    font-family : "Courier New", Courier, monospace;
    text-decoration : none;
    color : #FF8C00;
    font-size : 14px;
    font-weight : bold;
}

A:HOVER {
	font-family : "Courier New", Courier, monospace;
    text-decoration : none;
    color :#F0F8FF ;
    font-size : 16px;
    font-weight : bold;
    background-color : #FF8C00;
}

A:VISITED {
    font-family : "Courier New", Courier, monospace;
    text-decoration : none;
    color : Navy;
    font-size : 20px;
    font-weight : bold;
    background-color : #E0FFFF;
}



