@charset "utf-8";
/* CSS Document */

html { font-size: 62.5%; }
body { font-size: 2.2rem; }
h1   { font-size: 3.2rem; }
h2   { font-size: 3.0rem; }
h3   { font-size: 2.8rem; }

a:link {text-decoration:none;color:#B8FFFB;}
a:active {text-decoration:none;color:#B8FFFB;}
a:visited {text-decoration:none;color:#B8FFFB;}
a:hover {text-decoration:none;color:#FFB1F0;}


body{
	background-color:#2e2e2e;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #FFF;
	margin: 0;
	padding: 0;
}


#top{
	width: 100%;
	float: left;
}

#content{
	width: 100%;
	float: left;
}
