/*------------------------------------------------------------------------------
Basic style sheet used with the majority of pages

version: 0.1 Beta
email: ifubad@comcast.net
------------------------------------------------------------------------------*/

body, html {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    background-color: #000000; /*white*/
}

a:link {color: #000000;} /*black*/
a:visited {color: #9D0000;} /*red*/
a:hover, a:active {color: #C40000;} /*red*/

.clearBoth {clear: both;}
.hidden {display: none;}

/*Container-------------------------------------------------------------------*/

#container {
    margin: auto;
    width: 830px;
    overflow: hidden;
}