body {
	font-family: arial,geneva,helvetica;
	margin-top:0;
	margin-left:0;
}

a:link {
	color:purple;
	text-decoration:none;
}

a:visited {
	color: green;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.nav {
	font-size: 12px;
	font-weight: bold;
	background: #ADACF2;
	width: 85%;
	margin-left:15px;
	margin-top:15px;
}

.nav2 {
	font-size: 12px;
	font-weight: normal;
	margin-left:15px;
	margin-top:0px;
}

.contentHeader {
	font-size: 14px;
	font-weight: bold;
}


.contentHeader2 {
	font-size: 12px;
	font-weight: bold;
}
.content {
	background-color: #8FF4C8;
	font-size: 12px;
	font-weight: normal;
	width:95%;
	margin-left:15px;
	margin-top:15px;
	text-align:justify;
}
.contentDesc {
	font-style: italic;
}
.contentArticles {
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;
	width:95%;
	margin-left:15px;
	margin-top:15px;
	text-align:justify;
}
.copyright {
	font-size:10px;
}

.caption {
	font-size:10px;
	text-align:center;
}

.footnotes {

}

.bibliography {

}

.topFrame {
	height: 115px;
	width: 800px;
	background-color: #D8C0D8;
	margin-left:15px;
}

.navFrame {
	height: 475px;
	width: 165px;
}

.contentFrame {
	height: 485px;
	width: 620px;
	background-color: #8FF4C8;
}

