body {
color: #555; 
background: #000 none;
font-family: Verdana, Geneva, Arial, sans-serif;             
font-size: 12px;       
margin: 5px;        
padding: 5px;              
}  
     
table {
color: #555;       
background: #fff1a1 none;
border: 5px solid brown;
border-radius: 25px;
margin: auto;
}

a:link { 
color: #000;	
font-weight: bold;        
text-decoration: none;        
}
	
a:visited { 
color: #000;	
font-weight: bold;        
text-decoration: none;        
}	

a:focus {
color: #ff0099;	
font-weight: bold;        
text-decoration: none;        
}
	
a:hover { 	
color: #fff;        
font-weight: bold;	
background-color: #ff0000;	
text-decoration: none;
	
a:active { 
color: #ff0000;	
font-weight: bold;        
}	

a.noborder:hover {
border-top:none;
}

a.amazon:link {
color:#000;
}

a.amazon:visited {
color:#000;
}

a.amazon:hover {
color:#ff0000;
font-weight:bold;	
background: #fffff0 none;	
text-decoration:none;	
border:none;
}

a.amazon:active {
color:blue;
}

a.h2:link {color: green}
a.h2:visited {color: green}
a.h2:active {color: red}
a.h2:hover {color: red;}

ul.disc {list-style-type: disc;}

li.none {list-style-type: none}

a:link img { border: none; }

a img {
border: 3px solid black;
}

hr {
border: none;
background: brown none;
height: 4px;
width: 100%;
text-align: center;
}

#disclaimer {
height: auto;
font-size: 1.2em;
line-height: 1.2em;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color: #444;
border: #ddd 1px solid;
background: #ffffcc none;
padding: 10px;
margin: 30px;
}

/* Page Updated:  21 Mar 2017 */