
body {
background-color: white;
font-family: "Comic Sans MS";
font-size: medium;
font-weight: normal;
text-align: center;
  max-width: 950px;
  margin: auto
}
h1 {
font-size: medium;
padding: inherit;
margin: inherit;
text-align: center;
font-family: "Comic Sans MS";
vertical-align: middle;
font-weight: normal;
clear: both;
}
h2 {
font-weight: bold;font-size: medium
}
hr{
  color: ##FCF;
  width: 50px;
  border-bottom-width: .1px;
  border-bottom-style: ridge
}
a:hover{
  background-color: #FFC1FF;
}
table{
    border-collapse: collapse;
    border: 0px solid black;
    border: none;

}
a{
  text-decoration: none;
}

