@charset "utf-8";
/* CSS Document */
.style4 {font-size: 10px}
h1 {
	color:#0033CC;
	font-family:impact;
	text-align: center;
	letter-spacing: 4px;
}
h2 { color:#5d8a84; font-family:arial }
h3 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	border: 2px;
}
p {
	color: #CCCCCC;
	font-family: arial
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #272727;
	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;
}

td{
	color: #CCCCCC;
	background-color: #272727;
} 
A:link { text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none }
A:link {
	color: #FFFFFF;
	font-weight: bold;
}
A:active {
	color: #CCCCCC
}
A:visited { color: #a56b6b }
div {
	font:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	border: none;
}

