body	{
	margin:0;
	padding:0;
	background-color:white;
	}

a:link 	{ color:blue; text-decoration:none; }
a:visited 	{ color:#00a; text-decoration:none; }
a:focus 	{ color:#99f; text-decoration:underline; }
a:hover 	{ color:#99f; text-decoration:none; }
a:active 	{ color:#aaa; text-decoration:underline; }

.head	{
	background-color:red;
	padding:0;
	padding-top:0;
	margin:0;
	height:20%;
	width:100%;
	position:fixed;
	z-index:2;
	}
.links	{
	background-color:red;
	font-size:1.2em;
	padding:0;
	padding-top:20%;
	margin:0;
	margin-right:3px;
	min-height:100%;
	width:20%;
	text-align:left;
	position:fixed;
	top:0;
	bottom:0;
	z-index:1;
	}
.content	{
	background-color:white;
	padding:1.5%;
	margin:0;
	width:77%;
	min-height:80%;
	position:absolute;
	left:20%;
	top:21%;
	right:0;
	bottom:0;
	z-index:0;
	}
.links a:link	{
	text-decoration:none;
	color:#fff;
	}
.links a:visited	{
	text-decoration:none;
	color:#aaa;
	}
.links a:focus	{
	text-decoration:none;
	color:#4f4;
	}
.links a:hover	{
	text-decoration:none;
	color:#4f4;
	}
.links a:active	{
	text-decoration:none;
	color:#4a4;
	}
.links ul li	{
	list-style:none;
	margin:2em 0;
	padding:0 2em 0 0;
	}
* html, * html body	{
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
	}
* html .content	{
	background-color:white;
	padding:4px;
	padding-left:3px;
	margin:0;
	height:80%;
	width:80%;
	top:20%;
	right:0;
	bottom:0;
	overflow:auto;
	}
* html .links	 {
	background-color:red;
	padding:10px;
	padding-top:20px;
	margin:0px;
	height:80%;
	width:20%;
	text-align:left;
	bottom:0;
	padding-top:20px;;
	}
* html .head	{
	background-color:red;
	padding:0;
	padding-top:20px;
	margin:0;
	height:20%;
	width:100%;
	}
h1	{
	text-align:center;
	}
h2	{
	margin-top:1em;
	text-align:center;
	}
h3	{
	margin:0.5em;
	}
.comment	{
	display:block;
	text-align:justify;
	width:17em;
	margin:0.5em 4em;
	border:1px ridge green;
	background:#adf;
	padding:3px;
	}
