a {
	background-color: transparent;
	color: #335687;
}

a.nav {
	background-color: #FFFFFF;
	color: #335687;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	background-color: #FFFFFF;
	color: #335687;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	background-color: #B8C5BA;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.nav:active {
	background-color: #FFFFFF;
	color: #335687;
	font-weight: bold;
	text-decoration: none;
}

a.topnav {
	background-color: transparent;
	color: #B8C5BA;
	font-weight: bold;
}

a.topnav:visited {
	background-color: transparent;
	color: #B8C5BA;
	font-weight: bold;
}


a.topnav:active {
	background-color: transparent;
	color: #B8C5BA;
	font-weight: bold;
}
.bookmark {
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	margin: 10px;
	color: #990033;
}


a.favorite, a.favorite:visited, a.favorite:active  {
	background-color: transparent;
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}
a.favorite:hover {
	background-color: transparent;
	color: #335687;
	font-weight: bold;
	text-decoration: none;
}

div#text {
	position: absolute;
	top: 330px;
	left: 33%;
	width: 200px;
	height: 180px;
}
a.mainbody, a.mainbody:visited, a.mainbody:active{
	color: #335687;
}