/* POSITIONING
-------------------------------------------------------------------------*/

body {
	margin:0px;
	padding:30px 0px 0px 0px;
	text-align: center;
	background-color:#000000;
	font-family: "Courier New", Courier, mono;
	font-size: 14px; 
	color: #FFFFFF; 
	}


/***********************************************/
/*TEXTSTYLES*/
/***********************************************/
.header span {font-size: 20px; font-weight: bold; }


/***********************************************/
/* TABLE + CELLS + PROPERTIES */
/***********************************************/

	
 
/***********************************************/
/*TEXTSTYLES | LINKS */
/***********************************************/


a:link 								{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none; }
a:visited							{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none; }
a:active  							{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none; }
a:hover								{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none; }

.mainmenulinks a:link 				{font-weight: bold; color:#FFFFFF;}
.mainmenulinks a:visited			{font-weight: bold; color:#FFFFFF;}
.mainmenulinks a:active				{font-weight: bold; color:#FFFFFF;}
.mainmenulinks a:hover 				{font-weight: bold; color:#000000; background-color:#FFFFFF;}


