<style>
h1
{    font-family: Ariel, Helvetica, sans serif;
     font-size: 60px;
     text-transform: capitalize;
     color: rgb(255,255,255);
     position: relative; width: 600px; height: 80px; background-color: rgb(0,102,153);
     text-align: center;
}

h2
{    font-family: comic sans MS, arial, Helvetica, sans serif;
     font-size: 40px;
     text-transform: capitalize;
     color: rgb(255,255,255);
     width: 100%;  
     height: 40px;  
     background-color: rgb(128,0,64);
     text-align: center;
}

h3
{    font-family: comic sans MS, arial, Helvetica, sans serif;
     font-size: 24px;
     color: rgb(128,0,64);
     position: relative; 
     width: 100%;  
     height: 40px;  
     background-color: rgb(228,228,228);
     text-align: center;
}

h4
{    font-family: comic sans MS, arial, Helvetica, sans serif;
     font-size: 24px;
     color: rgb(128,0,64);
}

h5
{    font-family: arial, Helvetica, sans serif;
     font-size: 24px;
     font-weight: bold;
     color: rgb(0,0,0);
}

h6
{    font-family: comic sans MS, arial, Helvetica, sans serif;
     font-size: 10px;
     font-weight: 400;
     color: rgb(128,0,64);
}

body
{    font-family: arial, Helvetica, sans serif;
     font-size:12px; 
     color: rgb(0,0,0);
     background-color: rgb(255,255,255);
     text-align: justify;
}

a:link
{    color: rgb(0,0,255);
}

a:visited
{    color: rgb(128,0,128);
}

a:active
{    color: rgb(255,0,0);
}

table
{    font-size: 12px; 
     bordercolor-light: rgb(128,128,128);
     bordercolor-dark: rgb(128,0,64);
     background-color: rgb(255,255,255)
}

hr
{    width: 100%;
     height: 4;
     align: center;
     background-color: #800040; 
     border-color: black #800040; border-top-width: thin; border-right-width: medium; border-bottom-width: thick; border-left-width: thin
}

li
{    font-family: arial, Helvetica, sans serif;
     font-size: 10px;
     font-weight: 400;
     color: rgb(0,0,0);
}


.important
{    color: red;
}

.comic
{    color: rgb(128,0,64);
	 font-family: comic sans MS, arial, Helvetica, sans serif;
	 font-size: 14px;
	 font-weight: bold;
}

.main_nav
{    font-family:  comic sans MS, arial, Helvetica, sans serif;
     font-size: 14px;
	 font-weight: 400;
     color: rgb(255,255,255);
	 text-decoration: none;
}

.left_nav
{    font-family: arial, Helvetica, sans serif;
     font-size: 12px;
     font-variant: small-caps;
     color: rgb(0,0,0);
     background-color: rgb(128,0,64);
}    


</style>
                                    