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

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:16px;
	line-height:19px;
	letter-spacing:1px;
}

p {
	font-size:16px;
	line-height:19px;
	letter-spacing:1px;
}


a {
	color:#C03;
	
	text-decoration: none;	
}

a:hover {
	color:#3b3b3b;
	text-decoration: none;	
}