h1 {
 font-family: Times New Roman;
 font-size: x-large;
 font-weight: bold;
 text-align: left;
 color: #336600;
}
h2 {
 font-family: Tahoma;
 font-size: medium;
 text-decoration: underline;
 text-align: center;
 color: #336600;
}
p {
 font-family: Arial;
 font-size: small;
 text-align: left;
 color: #000000;
}
i {
 font-family: Times New Roman;
 font-size: small;
 font-style: italic;
 text-align: left;
}
small {
 font-family: System;
 color: #FF0000;
}

