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


* {
	font-family: Arial;
}
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	text-align:center;
	width:100%;

}
html,body {

height:100%;

}

a {
	text-decoration:none
}
a:hover{
text-decoration:underline}
ul, li, ol {
	list-style:none;
	list-style-type:none
}
form{
font-size:12px}
