body {
	background-color: #666666;
}
p {font-size:14px;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:25px;
		color: #CCCC00;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	h6{
	font-size:25px;
	color: #FF0000;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
p.increase {line-height: 1cm}

/* Header */
div#header {background-color: #FFFFFF; width: 50%; position: absolute; top: 20px; height: 100px; left: 25%;}
div#header h2 {font-style: normal; font-size:30px; color:#CCCC00; line-height: 0px; margin-top: 50px;}
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: #333333; text-align:center; padding-top:20px; position: absolute; height: 69px; top: 140px; width: 50%; left: 25%;} 


/* Nav */

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

div#toparrow {font-size:12px; color:#CCCCCC;
}

/* Content */



div#content {
	background-color: #333333;
	width: 50%;
	position: absolute;
	top: 228px;
	left: 25%;
	
}

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

div#content h3 {margin: 0cm 1cm 0cm 1cm;

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

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

