body {
background-color: #ffffff;
color: black;
font-family: "Times New Roman";
font-size: 1em;
} 
h1 {
font-size: 1.6em;
color: blue;
}
h2 {
font-size: 1.4em; 
color: #0000ff;
}
h3 {
font-size: 1em; 
color: #0000ff;
margin-bottom: 0pt;
}
a, a:link { 
color: #1313eb; 
text-decoration: none; 
} 
a:visited { 
color: #1313eb; 
text-decoration: none; 
} 
a:active, a:hover, a:focus { 
color: #7878f0; 
text-decoration: underline; 
} 
ul.one
{
margin-left: 15pt;
margin-top: 2pt;
list-style-type: disc;
}