@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	}
body {
	background-color: #FFF;
	color: #000000;
	font-family : Verdana, Georgia, Times New Roman;
	font-size: 13px;
	}
#all {
    text-align: center;
    width: 100%;
    }
a:link {color: #831b1b;}
a:visited {color: #831b1b;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline ; color: #000;}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}