body {
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #B40070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a.topnav, a.topnav:visited{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 15px;
	text-decoration: none;
}

a.topnav:hover{
	text-decoration: none;
	color: #6F0D45;
}
a, a:visited{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #6F0D45;
}
.main_section {
	background-image: url(images/main_section.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 20px;
}
.top_section {
	background-image: url(images/top_section.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
p {
	margin-left: 20px;
	margin-right: 20px;
}
h3 {
	margin-left: 20px;
	margin-right: 20px;
	
}
h4 {
	margin-left: 20px;
	margin-right: 20px;
}

