body {
color: #000;
background-color: #c6e8e7;
background-image: url(images/blueback2.jpg);
margin-top: 10px;
margin-right: 15%;
margin-bottom: 10px;
margin-left: 15%;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
p{ text-align: justify
}
img{
border: none;
}
a:link{
font-size: 1em;
font-weight: bold;
color: #426060;
background-color: #c6e9e7;
background-image: url(images/blueback2.jpg);
}
a:visited{
font-size: 1em;
font-weight: bold;
color: #800080;
background-color: #c6e8e7;
background-image: url(images/blueback2.jpg);
}
h3{
font-family: Arial, Helvetica, sans-serif;
 color: #426060;
 background-color: #c6e8e7;
background-image: url(images/blueback2.jpg);
 }

/* classes */
.center {
text-align: center;
}
.image-right {
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 1em;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 1em;
float: right;
}
.image-left {
margin-top: 0em;
margin-right: 1em;
margin-bottom: 0em;
margin-left: 0em;
padding-top: 0em;
padding-right: 1em;
padding-bottom: 0em;
padding-left: 0em;
float: left;
}
#contents {
color: #000;
background: #c6e8e7;
text-align: left;
margin: auto;
padding: 2em;
width: 80%;
}
.button a:link,
.button a:visited,
.button a:hover {
  background-color: #c6e8e7;
  color: #426060;
  text-decoration: none;
background-image: none;
}
.button a:link,
.button a:visited {
border-top: 1px solid #a5b3b3;
border-right: 2px solid #004040;
border-bottom: 2px solid #004040;
border-left: 1px solid #a5b3b3;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
}
 .button a:hover {
  border-top: 2px solid #004040;
  border-right: 1px solid #a5b3b3;
  border-bottom: 1px solid #a5b3b3;
  border-left: 2px solid #004040;
   padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
padding-left: 4px;
}
