@charset "UTF-8";

body {
	background-color: #999999;	
	font-family: Verdana, Tahoma, sans-serif;
}
a:link {text-decoration: none; color:  #339966;}
a:visited {text-decoration: none;  color: #336666;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline; color: red;}
#w3c {
	float: left;	
}
#frest {
	float: right;	
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header, #content, #footer {
	float: left;
	width: 100%;
	border-style: solid;
	border-color: #339966;
	padding: 25px;
	margin: 2px auto;
}
#header {
	background-color: white;
	padding 5px;
}
#content {
	background-color: white;
}

#footer {	
	background-color: #C0C0C0;
	font-size: 0.8em;
}
h1 {
	font-size:	1.6em;
	border-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
}
h2 {
	font-size:	1.4em;	
	border-color: #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
}
h3 {
	font-size: 1.2em;	
	border-color: #999999;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
}
h4 {
	font-size: 1.0em;	
}

