body {
   font-size:12pt;
   font-family: arial, times new roman;                                 /* font-family:Sans Serif;*/
   background-color:black;
   color:#E5E4E2;
   line-height:18pt;
   margin-left:20px;
   margin-right:20px;
}

h1 {
   font:24pt arial, times new roman;
   font-weight:bold;
   line-height:28pt;
   text-align:center;
   color:#E5E4E2;
}

h2 {
   font:20pt arial, times new roman;
   font-weight:bold;
   line-height:22pt;
   text-align:center;
   color:#E5E4E2;
}


h3 {
   font:18pt arial, times new roman;
   font-weight:light;
   line-height:20pt;
   text-align:center;
   color:#E5E4E2;
}

h4 {
   font:14pt arial, times new roman;
   font-weight:light;
   line-height:18pt;
   text-align:center;
   color:#E5E4E2;
}


p {
   font: arial, times new roman;
   color:#E5E4E2;
}

a:link {
   color:#E5E4E2;
   font:12pt arial, times new roman;
}

a:visited {
   color:#E5E4E2;
   font: 12pt arial, times new roman;
}

a:active {
   color:#E5E4E2;
   font:12pt arial, times new roman;
}

a:hover {
   color:hotpink;
   font:12pt arial, times new roman;
}

hr {
   color:#E5E4E2;
}




