body {
	background-color: #666666;
}
p {font-size:10px;color:#CCCCCC;}
p, h1, h2, h3, h4 {font-family:Verdana, Arial, Helvetica, sans-serif;}
h4 {font-size:35px; color:#FF0000; margin:2px; text-align: center;}
h5 {font-size:20px; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left:50px}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }


/* Header */
div#header {
	background-color: #666666;
	width: 50%;
	position: absolute;
	top: 20px;
	left: 24%;
	height: 70px;
	xwordx-spacing: 1em;
	text-align: center;
	
}
div#header h2 {
	font-style: normal;
	font-size:30px;
	color:#000000;
	line-height: 0px;
	margin-top: 50px;
	font-weight: bolder;
}
div#header h3 {font-style: italic; font-size:30px; line-height: 0px;}
div#header h2, h3 {margin-left:30px}
/* Header end*/

div#nav { font-size:12px; background-color: #666666; text-align:center; padding-top:20px; position: absolute; height: 50px; top: 100px; width: 50%; left: 25%; <hr /> color:#ffffff; }


/* Nav */

div#nav a {color: #CCCCCC; font-weight: normal;}
div#nav a:hover {
	color: #000000;
	background: #fff;
	font-weight: bolder;
	background-color: #666666;
} 


/* Content */



div#content {
	background-color: #666666;
	width: 80%;
	position: absolute;
	top: 190px;
	left: 10%;
	font-style: normal;
	
}


div#content a {color: #CCCCCC;  font-weight: bold; 
}
div#content a:hover {color: #cccc00;  font-weight: bolder;} 

div#content h3 {
	font-size:30px;
	color:#FF0000;
	text-align: center;
	
}
div#content h4 { font-size:20px; color:#CCCC00;}
div#content h5 {
	font-size:18px;
	color:#CCCC00;
	left: auto;
}

div#content p {margin: 10px 50px 10px 50px;}
