/* CSS Document */

body    {
	margin-left: 10px;
	margin-top: 0 px;
	background: #000000;
	padding: 0px;
}

p, li   {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222222;
	font-size: 11px;
	line-height: 17px;
	margin-left: 10px;
	margin-top: 0 px;
	margin-right: 10px;
}

a:link      {color: #FF6600; font-weight: bold; text-decoration: none }
a:visited   {color: #FF6600; font-weight: bold; text-decoration: none }
a:active    {color: #FF0033; font-weight: bold; text-decoration: none }
a:hover     {color: #FF0033; font-weight: bold; text-decoration: underline } 

H1      { font-family: Georgia, "Times New Roman", Times, serif; 
          font-size: 14px; color: #AF5CF5; font-weight: bold; line-height: 16px; 
		  margin-left: 10px; margin-top: 0px; } 

.footer {
	font-weight: bold;
	font-size: 9px;
	margin-top: 4px;
	margin-left: 0px;
	color: #FFFFFF;
} 
.orange { background: #F5047B; }
.black {
	background-color: #000000;
}
.white {
	background-color: #FFFFFF;
}
