/* CSS Document */

html {
	height: 100%;
}

normal {
font-size : 100%; 
font-family :  Arial; 
color : black; }

p,ul,li,td {
font-size : 100%; 
font-family :  Arial; 
color : black; 
}

h1 {
font-size : 150%; 
font-family :  Arial;
color : #000000; 
text-align: left;
}

h2 {
	font-size: 100%;
	font-family: Arial;
	color: Maroon;
}

h3 {
	font-size: 100%;
	font-family: Arial;
	color: blue;
	font-weight: bold;
	height: auto;
}

h5 {
font-size : 90%; 
font-family :  Tahoma;
color : #000000; 
}


h6 {
font-size : 80%; 
font-family :  Tahoma;
color : #000000; 
}

a:link, a:visited {
	font-size: 11px;
	color: Maroon;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif, Helvetica;
}

a:hover {
	color: Red;
	text-decoration: none;
}