@charset "utf-8";
/* CSS Document */
/*this is the coding for specific a href */
body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	/*background-color:#000000;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
}


/*white text -  */
#hi {
	text-align:center;
    color: #FFFFFF;	 /*white*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-left: 20px;
	padding-right:20px;
	font-weight: bold;
	text-decoration:underline;	
}
 
#hi a:hover {
	/*background-color: #f1efe2;*/
	color: #FFFFFF; /*white*/
	background-color: #666666;
}
#hi a:visited {
	color: #FFFFFF; /*white*/
	text-decoration:none;
}
#hi a {
	color: #FFFFFF;  /*white*/
	text-decoration:none;
	}
/*HEADER settings*/


/* small plain text white background */
#wT {
	color: #FFFFFF;
	font-size: .95em;
/*	font-family:"Palatino Linotype";*/
	font-family:Papyrus;
	}


