@import url("../base.css");
body  {  color:white; background-color:#005830; }

a:link { color: #ddffcc; text-decoration: none; }
a:visited { color: #bbdd99; text-decoration: none; }
a:active { color: #ff1111;  text-decoration: underline; }
a:hover {color: #ff1111; text-decoration: underline; }
a.entry  { color:#ffffcc;  font-size:16px; font-family: Garamond, serif; font-style:normal; font-weight:bold; }

h1, h2 { color:white; }
h3 {color:#ffff99;}
h3 a:link { color:#ffff99;text-decoration: none; }
h3 a:visited { color:#ffff99;text-decoration: none; }
h3 a:active { color:#ffff99;text-decoration: none; }
h3 a:hover {color:#ffff99;text-decoration: none; }

hr {background-color: #9cd985;	color: #9cd985;}

div.intro {	background-color: #005830;	}
div.main {background-color:#042; }	
div.textbox {background-color:#462; }	
div.doty { background-color:#016;}


p {padding: 2px 20px 2px 25px;}
p.caption {color:#ccffcc; }
p.quote  { color:#ffffdd; font-style:normal; }
p.foot  { color:#ffffdd;  font-size:14px;  font-style:normal; margin-left: auto; margin-right: auto; }

table.spec { 
	background-color:#005830;
	width:80%; 
	line-height: 90% ; 
	margin-left: auto; 
	margin-right: auto;
	}
table.dotyspec { 
	background-color:#116600; 
	width:70%;  
	margin-left: auto; 
	margin-right: auto;
	}
.models { color:#ffffcc; font-size:12px;  font-style:normal; line-height:90%; }
.pr td, .specs td, .models td  {  background-color:#004422; }
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; }

TD.doty { background-color:#001166; }
TD.ds { background-color:#001166; }
TD.prnote {font-size: 10px; Font-weight: normal; }

#footer th { background-color: #002811;}

