@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #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;
	font-size: small;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: white;
	line-height: 135%;
}

A:link    {text-decoration: underline; color: blue;}
A:visited {text-decoration: underline; color: blue;}
A:active  {text-decoration: underline; color: blue;}
A:hover   {text-decoration: underline; color: yellow;}

h1, h2{
  margin: 0;
  padding: 0;
  	color: blue;
	font: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-align: center;
	letter-spacing: 0.1cm;
	line-height: 100%;
  }

h3 {
  margin: 3px 0 3px 0;
  padding: 0;
  color: navy;
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 0.1cm;
	line-height: 165%;
	text-transform: none;
	text-decoration: none;
  }
  
