/* CSS Document */
body {  
	background-color: #000000;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	color: #ffffff;
	}

a {
	text-decoration: none;
	color: #B25985;
  font-weight:900;
	}

a:link {
	text-decoration: none;
	color: #B25985;
	}

a:hover {
	text-decoration: underline;
	color: #cccccc;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:13px;
	}

h2 {
  border-bottom:1px solid #ccc;
  padding:6px;
  padding-left: 0px;
  font-size:16px;
  line-height:16px;
  font-weight:900;
  background-color: #000; 
  color:#b35986;
}

.content_title {  font-size: 24px; 
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	}

.copyright {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #CCCCCC;
	text-align: center;
	}
