BODY {
	text-align: center;
}

.outerDiv {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
A {
	color: #000080;
	
}

a:link{
	color: #000080;
}
a:visited{
	color: #000080;
}
a:hover {
	color: #000080;
	border: 1px;
	text-decoration: none;
	font-weight: bolder;
}
