body {
	background-color : #F0F8FF;
	color : #6495ED;
	font-size : 18;
	font-family : "Arial Narrow";
}

.normal {
	color : #6495ED;
	font-size : 32;
	font-family : "Arial Narrow";
	font-style : italic;
	font-weight : bold;
}

.menu {
	font-family : "Arial Narrow";
	font-size : 12;
	font-style : normal;
	font-weight : normal;
	color : #696969;
}

a:link {
	color : #F08080;
	text-decoration : none;
}
 a:visited {
	color : #E9967A;
	text-decoration : none;
}

a:hover {
	background-color : #FFEBCD;
	font-weight : bold;
}
