
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
}
#header {
  background:pink;
  width: 100%;
}
#leftcol {
  background:white;
  float: left;
  width: 20%;
  height: 500px;
}
#rightcol {
  background: lightblue;
  float: right;
  width: 50%;
  height: 500px;
}
#content {
  background: white;
  float: left;
  width: 75%;
  height: 500px;
}
#footer {
  background: pink;
  clear: both;
  width: 100%;
}

p {
  text-align:left;
  color: #9F0251;
  font-family:arial;
}


H4 {
  text-align:left;
  color: #9F0251;
  font-family:arial;
}

H5 {
  text-align:left;
  color:purple;
  font-family:arial;
}

a:link { 
	color: #4D8963;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #9F0251;
	background-color: #4D8963;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}