body {
 font-family: "Arial";
 font-size: 14px;
 line-height: 16px
 color: #2F2F2F;
 margin-left: 30px;
 margin-right: 30px;
 text-align: left;
 
}
p {
 font-family: "Times New Roman";
 font-size: 16px;
 line-height: 18px
 color: #2F2F2F;
 margin-left: 30px;
 margin-right: 30px;
 text-align: left;
}




h1 {
 font-family: "Arial";
 font-size: 16px;
 line-height: 18px
 text-align: left;
 color: #9F0000;
 background: #808080;
 margin-left: 30px;
 }

h2 {
 font-family: "Arial";
 font-size: 16px;
 line-height: 18px
 text-align: right;
 color: #00007F;
 background: #808080;
 margin-right: 30px;
}


h5 {
 font-family: "Arial";
 font-size: 12px;
 line-height: 14px
 font-style: italic;
 color: #FF8000;
 margin-left: 30px;
}

a:link {
 font-family: "Arial";
 font-size: 12px;
 line-height: 14px
 font-style: italic;
 color: #FF8000;
}

a:visited {
 font-family: "Arial";
 font-size: 12px;
 line-height: 14px
 font-style: italic;
 color: #FF8000;
}


