@charset "utf-8";
/* CSS Document */

body {
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		height:100%;
		font-size:62.5%;
		}
	
a {
		text-decoration:none;
		color:#333333;
		}
		
a:hover {
		text-decoration:underline;
		}
		
h1 {
		color:#666;
		font-size:14px;
		}
h2 {
		color:#990000;
		font-size:12px;
		}
h2 a {
		color:#990000;
		}
		
p {
		color:#333;
		font-size:11px;
		}