/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color:#000000;

}


a:visited {
	color: #000000;
	text-decoration: underline;
}

a:link {color:#006600;
text-decoration:underline;
}

a:hover {
	color: #006600;
	text-decoration:none;

}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}