body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-color:#ffeab9;
	margin:10px;
}
a:link, a:visited, a:active {
	color:#e4332c;
}
a:hover {
	color:#e52075;
}
hr {
	margin:15px 0px 15px 0px;
	color:#e4332c;
	height:1px;
	width:100%;
}
h1, h2, h3, h4, h5, h6 {
	color:#e4332c;
	margin: 9px 0px 5px 0px;
}
h1 { font-size:150%; }
h2 { font-size:130%; }
h3 { font-size:110%; }
form {
	margin: 0;
}
ul {}
li {
	list-style-type:square;
}

.main {
	background-color:#fff;
	width:990px;
	border: medium double #000;
}
.header {
	border-bottom:medium double #000; /*#f78300;*/
}
.content {
	padding:10px;
	height:300px;
	vertical-align:top;
	text-align:left;
	border-bottom:medium double #000; /*#e4332c;*/
}
.footer {
	color:#e50063;
	/* font-weight:bold; */
	padding:5px;
	vertical-align:middle;
	text-align:center;
	/*border-bottom:medium double #e50063;*/
}
