a:visited {
	font: normal bold medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #B22222;
}
a:link {
	font: normal bold medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #B22222;

}

a:hover {
	font: normal bold medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD700;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: small;
	font-weight: bold;
	color: #004546;
	background-position: left;
	background-repeat: repeat;
	
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: small; 
	font-weight: normal;
	color: #004546;
	list-style-type: square;
	display: list-item;
	list-style-position: outside;
	white-space: nowrap;
}
