h1 {
   font-size: 18; 
   text-align: center; 
   color: black;
   background-color: #e0ecfa;
   line-height: 30px; 
   vertical-align: middle;
   font-weight:normal;
}

h2 {
   font-size: 16; 
   color: #2964b6;
   background-color: #eef4fa;
   text-align: left; 
   text-indent: 30px;

}

h3 {
   font-size: 14; 
   text-align: left; 
   text-indent: 30px;
}

h4 {
   font-size: 12; 
   text-align: left; 
   text-indent: 30px;
}

h5 {
   font-size: 12;
   font-weight: normal;
   text-align: left;
   background-color: #FFFFD0;
   padding: 3px;
   border: 1px solid navy;
}

h6 {
   font-size: 12; 
   text-align: center; 
   text-indent: 30px;
}

p { 
   font-size: 12; text-align: justify; text-indent: 30px;
}

table { 
   font-size: 12; text-align: left; 
}

td {
   vertical-align: top;
}

li {
   font-size: 12;
}

body {
   font-family: Arial; background-color: #fff; color: 000;
}

a:link {font-family: verdana; font-size:12px; color:#2964b6; text-decoration:underline;}
a:visited {font-family: verdana; font-size:12px; color:#2964b6; text-decoration:underline;}
a:hover {font-family: verdana; font-size:12px; color:#000; text-decoration:underline;}
a:active {font-family: verdana; font-size:12px; color:#000; text-decoration:underline;}


