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

body {
	font-family: Century gothic, verdana, sans-serif;
	font-size: 13px;
	color:#9F9F9F;
	text-align: left;
}

a {
	color: #9F9F9F;
	font-size: 13px;
	text-decoration: none;
}

a:link {
	color: #9F9F9F;
	font-size: 13px;
	text-decoration: none;
}
a:visited, a.body:visited {
	color: #9F9F9F;
	font-size: 13px;
	text-decoration: none;
}
a:active, a.body:active{
	color: #9F9F9F;
	font-size: 13px;
	text-decoration: none;
}

a:hover, a.body:hover {
	color: #eb0061;
	font-size: 13px;
	text-decoration: none;
}

a.body {
	color:#000;
	font-size: 13px;
	text-decoration: none;		
}

.title{
	font-family: Century gothic, verdana, sans-serif;
	font-size: 13px;
	color:#9F9F9F;
	font-weight: bold;
}
