body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0C6B6B;
	list-style-type: disc;
}

a:link {
    color: #942525;
	font-weight:bold;
}

a:visited {
	color:#444444; 
}

a:hover {
	color:#094A4A;
	font-weight:bold;
 }
h1 {
	font-size: 22px;
	font-weight:lighter;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}



h3 {
	font-size: 18px;
	font-weight:lighter;
}


h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}


