body {background: "ffffdd";
      color: "maroon";}

button {font-family: "arial";
        font-weight: "bold";
        font-size: 7pt;
        color: "ff3333";
        width: 150px;
        height: 25px;}

p#pad1 {margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 100px;
        margin-right: 30px;}

p#pad2 {margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 25px;
        margin-right: 100px;
        text-indent: 20px;}

p#pad3 {margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 220px;
        margin-right: 220px;
        text-indent: 20px;}

p#bio {margin-top: 10px;
       margin-bottom: 10px;
       margin-left: 10px;
       margin-right: 10px;
       text-indent: 25px;}

hr#thin {margin-top: 0px;
         margin-bottom: 0px;
         color: "669933";
         height: 5px;}

span.sq {color: "ff0000";
         font-weight: "bold";
         font-style: "italic";}

span.gb {color: "ff0000";
         font-weight: "bold";}

A:link {color: "ffffdd";}

A:hover {color: "ffffdd";
         font-weight: "bold";}

A:visited {color: "ffffdd";}
