body {
margin: 0;
border: 0;
padding: 0;
background-color: #ffffff;
color: #000000;
font: small normal arial, verdana, sans-serif;
}

a {
background: none;
font-weight: bold;
color: #007fe0;
text-decoration: none;
}

a:hover {
background: none;
color: #1ea0ff;
text-decoration: underline;
}

a:visited {
background: none;
color: #007fe0;
}

a:active {
background: none;
color: #1ea0ff;
text-decoration: underline;
}

div.main {
margin: 1em 0;
padding: 0;
}

div.content {
position: absolute;
width: 96%;
left: 2%;
margin: 0 0 1em;
border: 0;
padding: 0;
text-align: justify;
}

div.content h1 {
font-size: xx-large;
margin: 0px;
font-weight: bold;
text-align: center;
}

div.content h2 {
font-size: large;
margin: 0.3em 0.4em;
font-weight: bold;
text-align: center;
}

div.content h3 {
margin: 0px;
padding-bottom: 1em;
font-size: medium;
font-style: italic;
font-weight: normal;
text-align: center;
}

div.intro {
margin: 0 15em 1em 15em;
}

ol,ul {
margin-top: 0.2em;
}

div.imp {
margin: 1em;
padding: 1em;
font-size: x-small;
font-style: italic;
text-align: center;
}


