BODY {
	color : #191970;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 60%;
	font-weight : bold;
}

.nav:hover, {
	
	width : 150px;
}
.nav {
	border : thin solid White;
}


A {
	color : #330099;
	text-decoration : none;
}

A:HOVER {
	color : #1E90FF;
	text-decoration : none;
}