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


a {color:#0015FF;text-decoration:none;}
a:hover {color:red;}

#blank {height:140px;width:100%;}
body {background-color:grey;}
div.main {
	
	width:800px;
	/*height:70%;*/
	font-family:'Ubuntu', arial , serif;
	font-size:20px;
	color:#000;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	border-style:outset;
	border-width:5px;
	border-color:#000;
	
	
	
}
