html, body 
{
   background: rgb(0,0,0);  
   color: #ffd5d5;
}

blockquote 
{
   background: rgb(80,30,30);
   color: rgb(255,255,255);
   border-left: 5px solid rgb(180,0,0);
   border-right: 5px solid rgb(180,0,0);
}

.photo
{
   border: 2px solid #ff8080;
}

#browserwarning 
{
   color: rgb(200,0,0);
   font-size: .075em;
/*   background: rgb(80,30,30);
   border: 5px solid rgb(180,0,0); */
}

#browserwarning a:link, #browserwarning a:hover, #browserwarning a:visited 
{
   color: rgb(200,0,0);
}

#image-header
{
}

#nav 
{
   background: rgb(0,0,0);
   /* background: rgb(61,77,0); */
   /* text-shadow: 0px 0px 30px silver, 0px 0px 20px black, grey 10px -10px; */
}

#offsite-nav
{
}

a:link 
{ 
   color: #ff8080;
}

a:visited 
{ 
   color: #ffaaaa;
}

a:hover 
{ 
   background: #ff8080; 
   color: #000000;
   border-top: 2px solid #a02c2c;
   border-bottom: 2px solid #a02c2c;
}

/*
#nav a:link 
{ 
   color: rgb(240,144,24); 
}

#nav a:visited 
{ 
   color: rgb(240,144,24); 
}

#nav a:hover 
{ 
   background: rgb(240,144,24); 
   color: rgb(0,0,0);
}

.sectiontitle a:link  
{ 
   color: rgb(240,144,24);
}

.sectiontitle a:visited 
{ 
   color: rgb(240,144,24);
}

.sectiontitle a:hover 
{ 
}
*/

.sectiontitle 
{
   color: #ffaaaa;
}

.sectiondate
{
   color: #ffd5d5;
}

.sectionbottom 
{
   background: rgb(0,0,0);
   color: rgb(255,204,0);
}

#techfooter 
{
   color: #4d4d4d;
}

#techfooter a
{
   color: #666666;
}

#techfooter a:hover
{
   background: none;
   border: none;
   text-decoration: underline;
}

/*
 * colors:
 *
 * header light yellow: #FFDD55 or rgb(255,221,85);
 * header dark yellow: 	#FFCC00 or rgb(255,204,0);
 * header brown: 	#2B2200 or rgb(43,34,0);
 */

