body {
background-color: white;
background-attachment:fixed;
background-repeat: repeat;
color: black;
margin-top: 1em;
}
.center {
text-align: center;
}
.large {
font-size: xx-large;
}
IMG {
  border:0;
  border-width:0;
}
.mutitle{
  margin : 0px 10px;
  background : white;
  color : #9a0000;
  padding : 4px;
  border-right: black 1px solid;
  border-bottom: black 1px solid;
  width : 200px;
}
.mutopic{
  margin : 0px 0px;
  background : white;
  color : #9a0000;
  padding : 0px;
  border: #999999 3px dotted;
  width : 780px;
}
a:link {text-decoration : none}
a:visited {text-decoration : none}
a:hover {text-decoration : underline}
a:active {text-decoration : none}
