.header
{	
	width:100%;
	height:90px;
	background-color:#015a1a;
}


.logo
{
	width:40%;
	height:300px;
	background-color:#FD1260;
	float:left;
}


.banner
{
	width:60%;
	height:300px;
	background-color:#FD12FD;
	float:right;
}

.nav
{
	width:20%;
	height:100%;
	background-color:#4b0e76;
	float:left;
	padding:40px;
	box-sizing:border-box;
}

.body
{
	width:80%;
	height:100%;
	background-color:#7c0112;
	float:right;
	padding:40px;
	box-sizing:border-box;
}

.footer1
{
	width:100%;
	height:90px;
	background-color:#000000;
	float:right;
}
	


.center
{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:60%;
}

.articletext
{
	font-family:verdana,arial,sans-serif;
	font-size:12pt;
	color:#ffffff;
	text-align:justify;
}

h1
{
	text-align:center;
	color:#ffffff;
}

h2
{
	text-align:center;
	color:#ffffff;
}


/* unvisited link */
a:link 
{
  color:#ffffff;
  font-size:14pt;
  font-family:verdana, helvetica, arial, sans-serif;
  text-decoration:none;
}

/* visited link */
a:visited 
{
  color:#ffffff;
  font-size:14pt;
  font-family:verdana, helvetica, arial, sans-serif;
  text-decoration:none;
}

/* mouse over link */
a:hover
{
  color:#FD12FD;
  font-size:14pt;
  font-family:verdana, helvetica, arial, sans-serif;
  text-decoration:none;
}

/* selected link */
a:active 
{
  color:#ffffff;
  font-size:14pt;
  font-family:verdana, helvetica, arial, sans-serif;
  text-decoration:none;
}

.rapper
{
	background-color:#4b0e76;
	width:100%;
	height:100%;
	float:right;
}
	