

body {
  text-align:justify;
  font-family: Georgia, Serif;
  background-color: #EBEBEB
}

a:link {
	color: #3982ED;
	text-decoration: none
}
a:visited {
	color: #3982ED;
	text-decoration: none
}
a:hover {
	color: #FFB500;
	text-decoration: none
	
}
a:active {
	color: #3982ED;
	text-decoration: none
}


#frame {
  width:750px;
  margin-top:0px;
  text-align:justify;
}

#leftcontent {
  float: left;
  width: 150px;
  background: #F5f5f5;
  padding: 5px;
  margin:2px;
}


#maincontent {
  float: left;
  width: 470px;
  background: #FFFFFF;
  border: 1px dashed #CCCCCC;
  padding: 3px;
  margin: 2px;

}

#rightcontent {
  float: left;
  width: 150px;
  background: #F5F5F5;
  border: 1px #CCCCCC;
  padding: 3px;
  margin: 2px;
}



h1 {
  font-size:large;
}
