body {
background-color:#FFF;
color:#000;
font-family:sans-serif;
margin-left:20px;
margin-right:20px;
text-align:justify;
}

h1 {
font-style:italic;
font-weight:normal;
}

h2 {
font-style:italic;
font-weight:normal;
}

h3 {
font-style:italic;
font-weight:normal;
}

h4 {
font-style:italic;
font-weight:normal;
}

a:link {
background-color:inherit;
color:navy;
text-decoration:none;
}

a:visited {
background-color:inherit;
text-decoration:none;
}

a:link:hover {
background-color:#E0E0FF;
color:navy;
}

a:visited:hover {
background-color:#E0E0FF;
color:navy;
}

a:link:active {
color:red;
}

a:visited:active {
color:red;
}

hr {
background-color:#a0a0a0;
border:0;
color:#a0a0a0;
height:1px;
}