body {
   font-family: "Comic Sans MS",Arial, sans-serif;
   font-size: 12pt;
   color: #000000;
   background: #ddf6fd url("images/ass01.jpg") no-repeat;
   background-position: 50% 100px;
   background-attachment: fixed;
   }
a:link {
   color: #0033cc;
   font-family: "Comic Sans MS",Arial, sans-serif;   
}
a:hover {
   color: red;
   font-family: "Comic Sans MS",Arial, sans-serif;
}
a:visited {
   color: purple; 
   font-family: "Comic Sans MS",Arial, sans-serif;
}
h1 {
    font-family: "Comic Sans MS",Arial, sans-serif;
    font-size: 2.5em;
    color: #000000;
}
h2 {
    font-family: "Comic Sans MS",Arial, sans-serif;
    font-size: 2.0em;
    color: #ce0000;
}
h3 {
    font-family: "Comic Sans MS",Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
}
h4 {
    font-family: "Comic Sans MS",Arial, sans-serif;
    font-size: 1.5em;
    color: #ce0000;
}
span.bluetext {
    font-family: "Comic Sans MS",Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #0033cc;
}
#mybutton {
    height: 31px;
    }