body {
	font-family: Arial;
	font-size: 18;
	text-align: left;
	background-color: rgb(245,245,230);
	color: rgb(50,50,50);
}

.menu {
	position: fixed;
	float: left;
	
	padding: 0%;
	margin: 0%;
	padding-right: 1%;
	padding-left: 1%;
	top: 0px;
	//right: 15%;
	left: 0px;
	height: 100%;
	right: 80%;
	background-color: rgb(5, 5, 30);
	color: rgb(150,150,250);
}

.figure_div {
	position: relative;
	border-style: solid;
	font-size: 12;
	margin: 1%;
	padding: 1%;
	float: left;
	width: 50%;
}

.content {
	float: right;
	position: absolute;
	font-family: Arial;
	left: 20%;
	//right: 1%;
	top: 15px;
	padding-left: 1%;
	padding-right: 1%;
	margin: 0%;
}

.sublink {
	font-size: 16;
	text-align: right;
}

.full {
	position:absolute;
	width:80%;
	height: 65%;
	top:25%;
}

a:link { color: rgb(150, 150, 250); font-style: normal; }
a:visited { color: rgb(180, 150, 250); font-style: normal; }
a:hover { color: rgb(150, 250, 250); font-style: normal; }
a:active { color: rgb(150, 250, 250); font-style: normal; }

LI {
	margin-bottom: 20px;
}

H3 {
	font-family: TimesNewRoman;
	font-style: bold;
	font-size: 32;
}