@import url("../base.css");
body  {  color:white; background-color:#145;}

a:link {color: #99ddee; text-decoration: none; }
a:visited {color: #77ddee; text-decoration: none; }
a:active { color: #ff1111;  text-decoration: none; }
a:link:hover {color: #ff1111; text-decoration: underline; }
h1 { color:white; }
h2 {	color:white; }
h3 {	color:#ffff99;	}
h3 a:hover {text-decoration: none; }

p {padding: 3px 20px 3px 25px;}
p.foot  {  color:#ffffdd;  font-size:14px;  font-style:normal;  }
p.caption {color:#cceeff;}
p.quote {color:#ddffee;}

hr {background-color: #eab000; color: #eab000;	}
	
div.main {	color:#ffffff;	background-color:#000044; 	}
.main li {font-size: 15px; line-height: 20px;}

div.textbox  { color:white; background-color:#000066; }

table#footer { width:100%;	border:0;}
table#footer th { background-color: #004; }
	
ul { 
	margin-top: 0; 
	margin-bottom: 0;
	}

li {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	}

em {	font-style: normal;	font-weight: normal; color:  #ffff77;}

img.ll {margin: 1em 2.5em 1em 0px ;float: left;}
img.rr {margin: 1em 0px 1em 2.5em ;float: right;}
	
.quote  { color:#ffffbb; font-weight: normal; }

#footer a:link	{ color: #9de;}
#footer a:visited { color: #7de; }
#footer a:active { color: #f11;  }
#footer a:hover	{color: red;}


