body {
	margin-top: 30px;
	background-color: #FF0000;
}

body {
	background-color: #000000;
}
.style1 {color: #FFFFFF}

a:link {
	color: #FFE400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFE400;
}
a:hover {
	text-decoration: underline;
	color: #FFE400;
}
a:active {
	text-decoration: none;
	color: #FFE400;
}
main {
}
.content {
	padding: 1px;
	vertical-align: top;
	background-color: #99CC00;
	
}


.top {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	vertical-align: top;
	
}

.footer {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px;
	background: #FF9900;
}
h1 {
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#rcorners2 {
	border-radius: 25px;
	border: 20px solid #EE2D24;
	padding: 20px;
	width: auto;
	height: 150px;
}


.hr {
	background: #E61E28;
		padding: 5px;
			border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
