.link a
	{
	display:block;
	padding:2px;
	text-decoration:none;
	width:5em;
	margin:2px;
	color:#BEDFC4;
	font-family:"Tahoma";
	}
.link a:link,.link a:visited
	{
	background:#3EB677;
	border:2px outset #00A54E;
	text-align:center;
	}
.link a:focus,.link a:hover
	{
	background:#8DCB41;
	border:2px outset #00A54E;
	color:#006A25;
	}
.link a:active
	{ 
	background:#BEDFC4;
	border:2px outset #00A54E;
	}
body
	{
	font-family:"Tahoma";
	background:#FEF6F8;
	color:#B74E07;
	}
div.top
	{
	width:100%;
	border-style:dashed;
	border-width:5px;
	border-color:#B74E07;	
	text-align:center;
	font-family:"Tahoma";
	background:#D4CAE2;
	padding:10px; 
	}  
div.nav
	{
	position:absolute; 
	border-style:dashed;
	border-width:5px;
	border-color:#B74E07;
	text-align:center;
	width:12%;
	font-family:"Tahoma";
	background:#BEDFC4;
	margin-top:10px;
	padding:10px; 
	}
div.link
	{
	font-size:20px;
	}
div.main
	{
	position:absolute; left:180px; 
	font-family:"Tahoma";
	border-style:dashed;
	border-width:5px;
	border-color:#B74E07;
	margin-top:10px;
	color:#0561A5;
	background:#FACD8A;
	width:86.5%;
	padding:10px; 
	}
h3
	{
	text-align:center;
	} 
h2#h2
	{
	text-align:center;
	} 