@charset "UTF-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #9a0003;
}
#cstm_content p {
	line-height: 1.7em;
	font-size: 14px;
	text-align: justify;
}

#cstm_content a:link {
	color: #cc0000;
}

#cstm_content a:visited {
	color: #cc0000;
}

#cstm_content a:hover {
	color: #000000;
}

#cstm_content a:active {
	color: #000000;
}

#footer {
	font-size: 12px;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}
#footer a:link {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #fffd45;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
}


