
a:link
{
color: red;
text-decoration: underline;
text-underline: single;
}

a:active
{
color: cyan;
text-decoration: underline;
text-underline: single;
}

a:visited
{ 
color: fuchsia;
text-decoration: underline;
text-underline: single;
}

a:hover
{
color: lime;
text-decoration: underline;
text-underline: single;
}

body
{
margin: 10pt;
margin-left: 10pt;
margin-right: 10pt;
margin-top: 10pt;
margin-bottom: 10pt;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: none;
color: white;
background-color: #202020;
scrollbar-face-color: #202020;
scrollbar-shadow-color: #606060;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: #404040;
scrollbar-darkshadow-color: black;
scrollbar-track-color: gray;
scrollbar-arrow-color: red;
}

p
{
text-align: justify;
text-indent: 10;
margin-top: 0;
margin-bottom: 0;
}

.center
{
text-align: center;
text-indent: 0;
margin-top: 5;
margin-bottom: 5;
}

.download
{
text-align: justify;
text-indent: 0;
margin-top: 5;
margin-bottom: 5;
}
