@import url("base.css");
/*COLOURS*/
body  {  color: #ffffbb; background:black; }
a:link { color: #99ddff;}
a:visited { color: #bbeeff;}
a:active { color: #ff1111;}
a:link:hover {color: #ff1111; }
hr {background: #f11;	color: #f11;}
div#navbar { background: #111; }
div.entry {	color: #ffffcc; 	background: #e11; 	}
div.texthead {color: #eeffff; background: #080888; 	}
table.spec { 	background:#000;	}
table.spec td, table.spec th {background: #004422;}
table#footer th { background: #004; }
div.main {	border-color: #333;}	

/*OTHER THINGS THAT DON'T BELONG IN BASE*/
a:link, a:visited, a:active {text-decoration: none; }
a:link:hover {text-decoration: underline; }
div.intro { margin: 70px 0;}
div.entry, div.texthead {
	text-align: center; 
	font-family : 'Garamond', 'Times New Roman', Roman, serif;
	font-size: 22px; 
	font-weight: bold;
	padding: 15px 0;
	margin:25px;
	}
div.main {
	border: solid;
	border-width: 0 1px 0 1px;
	}	
img {margin-right: 25px;	}
table.spec { 
	width:100%; 
	margin: 0;
	font-size: 12px; 
	line-height: 15px ; 
	margin-top: 2em;
	padding: 0 25px;
	}
table.spec td, table.spec th { text-align: left; padding:3px;}
