html, body {
font-family : Comic Sans MS,Helvetica,MgOpen Modata,sans-serif;
}


body  { margin-left:1px; margin-right:1px; margin-top:1px;
margin-bottom:1px; background-color:#000000; color:#ffffff;
font-size : 13px;
}


a:link  {
        color : #ffffff;
        font-weight : normal;
        text-decoration : none;

}

a:visited  {
        color : #ffffff;
        font-weight : normal;
        text-decoration : underline;

}

a:hover  {
        color : #ff0000;
        font-weight : bold;
        text-decoration: underline;
}

td
{
   font-size: 12px;
}

h1 {
 font-size: 21px;
 color : #ff0000;
}

h2 {
 font-size: 19px;
}

h3 {
 font-size: 15px;
}
.head
{
  background-color : #000080;
  color : #ffffff;
  font-weight: bold;
  font-family : Arial, Helvetica, sans-serif;
  padding:20px

}
.box1
{
  color : #161616;
  font-weight: normal;
  background-color : #ffffff;
  font-family :fantasy,Helvetica,sans-serif;
  padding:20px

}

.box2
{
  color : #f93;
  font-weight: bold;
  background-color : #161616;
  font-family : Arial, Helvetica, sans-serif;
  padding:25px

}