@import url("base.css");
/*COLOURS*/
body  {  color:white; background:#005830; }
h1, h2 { color:white; }
h3 {color:#ffff99;}
p.caption {color:#ccffcc; }
p.quote  { color:#ffffdd; }
p.foot  { color:#ffffdd; }

/*a:link { color: #bbdd99; text-decoration: none; }
a:visited { color: #bbdd99; text-decoration: none; }
a:visited { color: #ddffcc; text-decoration: none; }
a:visited { color: #cceeaa; text-decoration: none; }
a:visited { color: #ddffbb; text-decoration: none; }
a:link { color: #cceeaa; text-decoration: none; }
a:visited { color: #bbdd99; text-decoration: none; }
a:hover{ color: #ff1111;  text-decoration: underline; }
*/
/*a:link, a:visited, a:active, a:hover{ color: #ffffcc; }*/
a:link, a:visited, a:active { color: #ffffcc; }
hr {background: #9cd985;	color: #9cd985;}
div.intro {	background: #005830;	}
div.main {background:#042; }	
div.textbox {background:#003328; }
div#navbar { background: #004422; }
div.doty { background:#000804;} 
table.spec { background:#005830;}
table.dotyspec { background: #116600; } /*deprecated*/
.doty table.spec { background:#005830;}
td.doty { background:#001166; }
td.ds { background:#001166; }
.pr td, .specs td, .models td  {  background:#004422; }
.doty .pr td, .doty .specs td, .doty .models td  {  background:#000804; } /*new! test!*/
.models { color:#ffffcc; font-size:12px;  font-style:normal; line-height:90%; }
tr.specs  { color:white;  font-size: 12px; font-style:normal; line-height: 90%}
tr.pr { color:white; font-size:14px; font-style:normal; font-weight:bold; }
#footer th { background: #002811;}

table#foot a:link, #footer a:visited, #footer a:active { color: #ffff99; }
table#foot, table#foot th {	background: #004422;}
table#foot { border-radius: 5px;}
