a:link {
	color: white;
	text-decoration: none;
}
.inner a:link {
	color: maroon;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

.inner a:visited {
	color: maroon;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted white;
	font-weight : bold;
}

.inner a:hover {
	border-bottom: 1px dotted maroon; 
}
body {
	font-family: georgia, times, serif;
	margin: 0px;
	background-color: #9E0B0E;
}

img {
	border: 0px;
}

.main {
	position: absolute;
	left: 50%;
	margin-top: 5%;
	margin-left: -375px;
	padding: 0px;
	border: 0px dotted white;
	width: 700px;
	height: 460px;
	margin-bottom : 0;
}

.navbar {
	float: left;
	width: 125px;
	color: white;
	border: 0px dotted white;
	margin: 0px;
	line-height : 350%;
}

.inner {
	float: right;
	height: 400px;
	width: 561px;
	padding: 5px;
	background-color: white;
	border: 0px solid black;
	margin: 0px;
	line-height: 150%;
	font-size : small;
}