.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	list-style-type: disc;
	font-weight: normal;
	text-align: left;
}

.content H1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

a.content:hover {
	color: #EEEEEE;
}

a.content:link {
	color: #EEEEEE;
}


a.content:visited {
	color: #EEEEEE;
}

a.content:active {
	color: #EEEEEE;
}

a.menu:hover {
	text-decoration:underline;	
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	text-decoration:none;
}

a:hover {
	color: #EEEEEE;
}

a:link {
	color: #EEEEEE;
}


a:visited {
	color: #EEEEEE;
}

a:active {
	color: #EEEEEE;
}

