body {
       background-color: #FFFFFF
       font-family: "Times New Roman", serif;
       font-size: 16px;
     }
     
p { font-family: "Times New Roman", serif;
    font-size: 16px;
  }


.welcome { font-family: "Times New Roman", serif;
           font-size:24px; 
           font-weight: bold; 
           font-style: italic;
         }
     
h2 { font-family: "Times New Roman", serif;
     font-size: 15px;     
     font-weight: bold;   }   
     
h3 { font-family: "Times New Roman", serif;
     font-size: 13px;     
     font-weight: normal;   }
     
img { border: 0;
      font-size: 90%;
    }

ul { list-style-type:none;
     font-family: "Times New Roman", serif;
     font-size: 16px;
     color:#000;
     margin-left: 5px;
     padding-left: 7px;
   }

ul ul { list-style-type:none;
     font-family: "Times New Roman", serif;
     font-size: 16px;
     color:#000;
     margin-left: 5px;
     padding-left: 7px;
   }

ul ul ul { list-style-type:none;
     font-family: "Times New Roman", serif;
     font-size: 16px;
     color:#000;
     margin-left: 5px;
     padding-left: 7px;
   }

ol { font-family: "Times New Roman", serif;
     font-size: 16px;
     color:#000;
     margin-left: 5px;
     padding-left: 7px;
   }




