@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
}
 
html, body {
	height: 100%;
	background-color: #993;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #48a6c2;
	text-decoration: none;
}
