body {           font-family: arial, helvetica, sans-serif;
                 background-color:#c3e5fa;
                 margin-left: 4px;
                 margin-top: 2px;
                 margin-right: 4px;
                 margin-bottom: 2px;
                 font-size: 12px;
                 color: #0C354F;
                 }

p, dl, td {
                 margin-left: 4px;
                 margin-top: 2px;
                 margin-right: 4px;
                 margin-bottom: 2px;
                 font-size: 12px;
                 }

td {
                 margin-left: 4px;
                 margin-right: 4px;
                 }
textarea {
                 margin-left: 4px;
                 margin-right: 4px;
                 width: 99%;
                 height: 80%;
                 font-family: arial, helvetica, sans-serif;
                 font-size: 16px;
                 /*background-color:#c3e5fa;*/
                 }
p {              
                 margin-top: 3px;
                 margin-bottom: 3px;}
ul {             list-style:disc outside;
                 font-size: 12px;
                 margin-top: 4px;
                 }
ol {             
                 font-size: 16px;
                 margin-right: 10px;
                 list-style:decimal outside;
                 }

h1 {
                 margin-left: 4px;
                 margin-top: 2px;
                 margin-right: 4px;
                 margin-bottom: 7px;
                 font-size: 16px;
                 font-weight: bold;}
h2 {             margin-top: 7px;
                 margin-bottom: 6px;
                 font-size: 18px;
                 font-weight: bold;}
h3 {             margin-top: 6px;
                 margin-bottom: 5px;
                 font-size: 16px;
                 font-weight: bold;}
a {              font-weight: bold;
                 text-decoration: underline;
                 color: #0C354F;
                  }
a:hover {
                 background-color: #0C354F;
                 color: #e8f6ff;
                  }
.alert {          background-color: #e8f6ff; }
.intro {          background-color: #e8f6ff; 
                  font-size: 16px;
                  margin:5px;
                  padding:3px;
                  border: 2px ridge gray;
                  }                  
.notes {          background-color: #e8f6ff;}                  

