@charset "utf-8";
/* CSS Document */

body{

margin:0px;
padding:0px;

width:100%;
height:100%;

vertical-align:middle;

widows:100%;
position:inherit;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;


}
a{
	font-family:Verdana;
	font-size:11px;
color:#00C;
text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#F60;
}