@charset "utf-8";

body {
	line-height: 1.5;
	color: #636363;
	background: #ffffff;
	font-family:  Arial, sans-serif;
	font-size: 100%;
	width: 822px;
}
 
h1{
color:#CCCCCC;
}

 
a{
	cursor: pointer;
	color:#454777;
	text-decoration:none;
	
}

a:hover
{
	font-weight: bold;
	color: #454777;
	text-decoration: underline;
}
