@charset "iso-8859-1";

BODY 
{ 
 background: black; color: #20c92e;
}

div.boxtitle p {
 text-indent: 1em;
 padding: 0;
 margin: 0 0 0 0;
 color: #20c92e;
 text-align: justify;               /* makes all paragraphs justified */
}

div.box p {
 text-indent: 1em;
 padding: 0;
 margin: 0 0 0 0;
 color: #20c92e;
 text-align: justify;               /* makes all paragraphs justified */
}

div.boxtitle {
 border-top: solid;
 border-left: solid;
 border-right: solid;
 border-bottom: none;
 border-width: thin;
 border-color: red;
 background-color: black;
}

div.box {
 background-attachment: fixed;
 background-position: 0 0;
 background-repeat: no-repeat;
 border: solid;
 border-width: thin;
 border-color: red;
 padding: 1em;
}

div.box ol {
 color: red;
 list-style-type: decimal;
 list-style-position: outside;
}

div.box ul {
 color: red;
 list-style-position: outside;
 list-style-image: url(pics/20x20_Reticule.gif);
}

div.box:first-child p {
 text-indent: 1em;
}

div.left {
text-align: left
}
div.center {
text-align: center
}
div.right {
text-align: right
}

a:hover { background-color: #261f75; }
a:link { color: teal }
a:visited { color: #e016d9 }
a:active { background: #12e867 }
a.nohover:link { color: teal }
a.nohover:visited { color: #e016d9 }
a.nohover:hover { background-color: black }
a.nohover:active { background: black }
