﻿a.none
{
display: none;
}

a:link
{
background-color: #ffffff;
color: #0000ff !important;
text-decoration: none;
}

a.none:after
{
display: none;
}

a.none2:after
{
display: none;
}

a:visited
{
background-color: #ffffff;
color: #0000ff !important;
text-decoration: underline;
}

a:hover 			
{ 
color: #0000ff;
background-color: #ffffff;
text-decoration: underline;
}

a:active 			
{ 
color: #0000ff;
background-color: #ffffff;
text-decoration: underline;
}

body
{
background-color: #ffffff;
color: #000000;
font-family: "Times", "Times New Roman", serif;
}

div#first
{
display: none;
}

div#footer
{
border-top: 2px solid #000000;
display: block;
font-size: 9pt;
font-style: italic;
text-align: right;
}

div#header
{
display: block;
font-size: 12pt;
font-style: italic;
text-align: right;
}

div#second
{
border: 0;
float: none;
width: 100%;
}

div#second img
{
display: block;
}

div#second img + p
{
display: none;
}

p.essayindent
{
display: block;
margin-left: 2.5em;
margin-right: 2.5em;
margin-top: 5em;
padding: .5em;
text-align: justify !important;
text-indent: 5em;
width: auto;
}

sup.note
{
border: 0;
font-size: .75em;
text-decoration: none;
}
