@charset "utf-8";
/* CSS Document */

html, body {
	font-family:"Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color:#FFFFCC;
}

a {
	color:#00f;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

div#links_btm,div#btmlinks, div#footer span {display: none;}
img {border:none;}