body {
background-color: #ffffff;
color: #1313eb;
font-family: "Times New Roman";
font-size: 1.0 em;
} 
h1 {
font-size: 1.2em;
color: blue;
}
h2 {
font-size: 1.1em;
color: blue;
}
a, a:link, a:visited { 
color: #1313eb; 
text-decoration: none;
font-weight: bold;
} 
a:active, a:hover, a:focus { 
color: #7878f0; 
text-decoration: underline; 
} 
div {
color: #1313eb;
font-family: "Times New Roman";
font-size: 1.0em;
text-align: justify;
} 
ul {
margin-left: 15pt;
margin-top: 2pt;
list-style-type: disc;
text-align: justify;
}
ul.one {
margin-left: 25pt;
margin-top: 2pt;
list-style-type: circle;
}
img {
border-color: #7878f0;
}