/* CSS Document */
body,td,th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #e71803;
	margin-left: 20%;
	margin-top: 1%;
	margin-right: 20%;
	margin-bottom: 10%;
}

.body_main {
	background-color: #e71803;
	margin-left: 20%;
	margin-top: 1%;
	margin-right: 20%;
	margin-bottom: 10%;
}

a {
	font-size: 12px;
	color: #aaa;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 20px;
	color: #e71803;
}
h2 {
	font-size: 18px;
	color: #FFF;
}
h3 {
	font-size: 16px;
	color: #999;
}
h4 {
	font-size: 14px;
	color: #999;
}

