
h1,h2,h3 {  font-weight: bolder; color: black; text-decoration: none;}

body {
  font-family:Century Schoolbook, Arial;
  padding: 30px;
}

a:visited {  font-weight: bolder; color: #3d52ad; text-decoration: underline;}
a:active {  font-weight: bolder; color: #3d52ad; text-decoration: underline;}
a:hover {  font-weight: bolder;  color: #ee8800;  text-decoration: underline;}
a:link {  font-weight: bolder; color: #3d52ad; text-decoration: underline;}

div.box {
  background-color: #F6F6F6;
  border: 1px solid #DDD;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

div.maincontent {
  float: right;
}

div.menu {
  padding-top: 100px;
  width: 25%;
  float: left;
}

#black {  font-weight: bolder; color: black; }
#blue {  font-weight: bolder; color: #3d52ad; }
