html, body {
	background-color:#333333;
	color: wheat;
	font-family: Lucida sans unicode, sans-serif;
	font-size:95%;
	font-weight:bold;
	margin: 0;
	padding: 0;
	max-width: 100%;
	}

/* middle section styling*/

#middle h1,h2,h3{
	color:#fdd101;
	text-align:center;
	}


#middle{
	border-left: 3px solid #fdd101;
	border-right: 3px solid #fdd101;
	background-color: #333333;
	}


#middle a:link{
     	color:#fdd101;
	text-decoration: none;
	}

#middle a:hover{
	color:black;
	text-decoration: none;
	}

#middle a:visited{
	color:salmon;
	text-decoration: none;
	}

/*end of middle styling*/

#header{background-color: #333333;
	color: #fdd101;
	}

#main{
	background-color:#333333;
	}

#footer
	{
	background-color: #fdd101;
	color: #333333;
	text-align: center;
	border-top: 4px dotted #fff;
	border-bottom:4px dotted #fff ;
	}

#topnav{
	background-color:#fdd101;
	border-top: 4px dotted #fff;
	max-width: 100%;
	}


/*navigation styles*/
#topnav a:link{
	color:#333333;
	text-decoration: none;
	}

#topnav a:visited{
	color:white;
	text-decoration: none;
	}

#topnav a:hover{
	color:#000;
	font-size: 110%;
	text-decoration: none;
	}

/*left side nav*/
#left li{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color:salmon;
	color:#ffffff;
	}

#left li{
	border-bottom: 2px solid #fdd101;
	border-top: 2px solid #fdd101;
	max-width: 180px;
	}

#left li a:link{
	display: block;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 2px solid #fdd101;
	border-right: 2px solid #fdd101;
	text-decoration: none;
	color:#ffffff;
	max-width: 180px;
	}



#left a:visited{
	display: block;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 2px solid #fdd101;
	border-right: 2px solid #fdd101;
	text-decoration: none;
	background-color: tomato;
	color:#333333;
	max-width: 180px;
	}

#left a:hover{
	
	display: block;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 2px solid #fdd101;
	border-right: 2px solid #fdd101;
	text-decoration: none;
	background-color: #fdd101;
	color:#570173;
	max-width: 180px;
	}
/*end of nav styling*/

/*right links color styling*/

#right a:link{
     	color:#fdd101;
	text-decoration: none;
	}

#right a:hover{
	color:black;
	text-decoration: none;
	}

#right a:visited{
	color:salmon;
	text-decoration: none;
	}
/*end of link styling*/




.space{
	margin-top: 1em;
	}



.yellow{
	border-bottom: 3px solid #fdd101;
	padding-bottom:0.5em;
	}

.altstyle{
	font-size: 110%;
	text-decoration: underline;
	}