html {
  margin: 0px;
  padding: 0px;
 	border: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, serif;
  color:  #FFFFFF;
  background-color: #808080;
}

a:link    { color: #FFF; text-decoration: underline; }
a:visited { color: #FFF; text-decoration: underline; }
a:hover   { color: #0E7EBD; text-decoration: underline; }
a:active  { color: #FFF; text-decoration: underline; }

#container {
  margin: 20px;
}

#image {
  width: 600px;
  height: 754px;
  background-image: url(/images/cover2_title3b.png);
  border: 5px solid #FFFFFF;
}

#text {
  width:300px;
  margin: 20px 0px 0px 20px;
}

.clear {
  clear: both;
}

