

body {
	margin: 0px 0px 20px 0px;
	background-color: #FFCCCC;
	text-align: center;
}

a {
	text-decoration: none;
	
	
	}

a:link {
	color: #990000;
	}

a:visited {
	color: #990000;
	}

a:active {
	color: #000000;
	}

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

b {
	font-size: 12px;
	margin: 0px;
	line-height: 125%;
	color: #000000;
}
	
.content-text {
	padding: 0px 0px 0px 0px;
	background-color: #FFCCCC;
	
	color: #000000;
	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 125%;
	}	
	
h2 {
	color: #000000;
	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

h3 {
	color: #000000;
	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}
