body {
	font-family: Arial;
	font-size: 12px;
	background-color: White;
	color: Black;
}

a{
	color: crimson;
	text-decoration: underline;
}

a.nav{
	color: White;
	text-decoration: none;
}

a:hover{
	font-size: 12px;
	color: Red;
	text-decoration: none;
}

.box{
	border-style: solid;
	border-color: White;
	border-width: 1px;
}

.box2{
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
