/* My CSS File */

/* Define body background color & font */

body {
    color: #000099;
    font-family: arial,helvetica, sans-serif;
    font-size: smaller;
    background: #017cad;
 }

h1 {
   color: #000099;
   font-weight: bold;
   font-family: "bookman old style", serif;
   font-size: 2em;
   text-align: left;
   text-indent: 1em;
}

h2 {
   color: #ff531a;
   font-weight: bold;
   font-family: "bookman old style", serif;
   font-size: 1.2em;
   text-align: left;
   text-indent: 3em; 
}

strong {
   color: #ff531a;
   font-weight: bold;
}

table {
   border: 0px solid #000099;
   border-style: outset;
   background: #fffaeb;
   width: 750px;
} 

td {
   padding: 10px;   
}

tr {
   text-align: left;
   background-color:  #feeecc;
 }



