body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
    }
    
    /* main div */

#Main{
 margin-top: 15px;
}


    /* title text */
    
.title {
	font-size:0.8em;
	font-weight: normal; color: #FFFFFF;
	text-align: center;
	}
	
/* subtitles text */
	
.subtitle {
	font-size:0.8em;
	font-weight: normal; color: #999999
}


/* top links (mailinglist, support barbara duffy */
    
.linkstyle {
 	text-decoration:underline;
	font-size:0.6em;
    font-family: Georgia, Times New Roman, Times, serif;
    background-color: #000000;
    color: #FFFFFF;
	}

/* hover for links */
	
  a:hover {
  text-decoration:underline;
    color: #990000;
	 }

/* */
	 
  a:visited {
	 }
