/* CSS Document */

body {
	font-family:Arial;
	font-size:12px;
    color:#666666;
}


/*==================text================*/
p{
	line-height:20px;
	font-weight:bold;
}
h1{
	
}
h2{
	margin-bottom:15px;
}
h3{
	
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration: none;
	color:#504f4f;
}
a.active
{
	color:#fff;
}
