@charset "UTF-8";
/* CSS Document */

*{
	padding:0; 
	margin-top:0px; 
	margin-left:0px; 
	margin-bottom:0px;
}
 
body {
	font-size:14px; 
	font-weight:bold;
	color: #FFFFFF;
	background-color:#d398b3; 
	font-family: Century Gothic,arial,sans-serif;
} 

/* MAIN CONTENT */




a {
	font-family: Century Gothic,arial,sans-serif;
	font-size:14px;
	color:#81262c; 
	font-weight:bold; 
	text-decoration:none; 
	border-bottom: 0px dashed;
}

a:hover {
	font-family: Century Gothic,arial,sans-serif;
	font-size:14px;
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
	border-bottom: 0px solid;
}

