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

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

img { border: none; }

body {
	background-color: #FF99FE;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	
	
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;}
	
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline; }