p {font-family: Helvetica, georgia, times new roman, serif }
p.big {font-family: Courier, Helvetica, georgia, times new roman, serif; font-size: 24px }

/* Standard link formatting */

  a:link {
    color: #999999; 
    font-size: 12px;
    text-decoration:none; 
    font-family:Helvetica, georgia, times new roman, serif; 
    }  
  a:active {
    color: #ff0000; 
    font-size: 12px;
    text-decoration:none;
    font-family:Helvetica, georgia, times new roman, serif; 
    }
  a:visited {
    color: #666666; 
    font-size: 12px;
    text-decoration:none; 
    font-family:Helvetica, georgia, times new roman, serif; 
    }
  a:hover {
    color: #ffffff; 
    font-size: 12px;
    text-decoration: underline; 
    font-family:Helvetica, georgia, times new roman, serif; 
    }

body {
        margin:50px 10%; padding:20px;
	font-size: 12px;
        text-align:left;
        background-color:#000000;
        color: #dcdcdc;
        }

