@charset "UTF-8";
/* CSS Document */
body {
    background-position: 50% 50%;
    margin:0px;
    padding:0px !important;
    height:100%;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
