@charset "UTF-8";
/* CSS Document */

body {
	background-color: #9933cc;
	
}

p {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;
	
	font-size: 1em;
	line-height: 1.6em;


}

p a  {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;
	
	font-size: 1em;
	line-height: 1.6em;


}

h2 {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;

}

h3 {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.50em;
	line-height: 1.6em;

}

h4 {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;

}

h4 a {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;

}

h5 {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;

}

h5 a  {
	margin: 0px auto;
	position: relative;
	background-color: #9933cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;

}



.header {

	background-color: #9933cc;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;


}

.navbar {

	background-color: #000000;

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;
	outline-color: #ffffff;

}

.footer {


	background-color: #9933cc;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;



}


