body
{
	width : auto;
	height : auto; 
	background-color : black;
	margin : auto;
	margin-top : 20px;
	margin-bottom : 20px;
	margin-left : 20px;
	margin-right : 20px;
	border : 2px solid black;
	color : white;
}

/*Page Header*/
#header
{
	width : 908px;
	height : 250px;
	background-image : url("/images/banner.gif");
	background-repeat : no-repeat;
	margin-bottom : 10px;
	margin : auto;
	padding : 5px;
	border : 2px solid black;
}
/*Date & Time*/
#dateandtime
{
	color : #969696;
	font-family : Verdana;
	font-size : 9px;
	text-align : left;
	margin-left : 20px;
}


/*Main Menu*/
#mainmenu
{
	list-style-type : none;
	text-align : left;
	padding-left : 0px;
	margin-top : 0px;
	margin-bottom : 20px;
	margin-left : 10px;
	border : 2px solid black;
	background-color : black;
}
.main_menu li
{
	display : inline;
}
#mainmenu a.x:link, #mainmenu a.x:visited, #mainmenu a.x:active
{
	color : #969696;
	text-decoration : none
}
#mainmenu a.y:link, #mainmenu a.y:visited, #mainmenu a.y:active
{
	color : #FF7E00;
	text-decoration : none
}
#mainmenu a.y:hover
{
	color : #0091ef;
	text-decoration : none
}
#mainmenu a.z:link, #mainmenu a.z:visited, #mainmenu a.z:active
{
	color : #C800FF;
	text-decoration : none
}


/* Page Body */
#corpes
{
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 20px;
	padding : 5px;
	background-color : black;
	color : white;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size : 18px;
	text-decoration : none;
	text-align : justify;
}
#corpes p.entrance
{
	text-align : center;
	font-size : 32px;
}
#corpes a
{
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	color : #969696;
	font-size : small;
	text-decoration : none; 
}
#corpes a:hover
{
	color : red;
}
#ref
{
	text-align : center;
	font-size : 10px;
}

/* Page Footer */
#footer
{
	font-family : Verdana;
	font-size : 9px;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 20px;
	padding : 5px;
	text-align : center;
	background-color : black;
	border : 2px solid black;
}
a.f:link, a.f:visited, a.f:active
{
	color : #969696;
	font-family : Verdana;
	font-size : 9px;
	text-decoration : none;
}
a.f:hover
{
	color : red;
	text-decoration : none;
}
