h1, h2, h3, h4, h5, h6 {
   font-family : "comic sans", "comic sans ms", arial, sans-serif;
   color: "#080000";
   text-align: center;
}
h1 {font-size: 250%; text-align: left}
h2 {font-size: 250%; }
h3 {font-size: 180%; color: red}
h6 {text-align: left}
p, ol, ul, li {
   font-family : "times new roman", serif;
   color : "#080000";
   text-align: justify;
}
body {
   background: silver;
   color : "#080000";
   font-family: "times new roman", serif;
   margin-left: 10%; margin-right: 10%;
}
div.clipped {
    position: absolute;
    top: 2%;
    left: 65%;
} 
div.mail {
    position: absolute;
    top: 2%;
    left: 75%;
}
a:link {font-size: 115%; color: blue; text-decoration: none}
a:visited {font-size: 115%; color: blue; text-decoration: none}
a:active {font-size: 140%; color: green; text-decoration: bold}
a:hover {font-size: 140%; color: blue; text-decoration: bold}
