/* overall body style */
body {
font-family: Verdana; font-size:14px; 
  background: #333333; color:#FFFFFF;
}

/* main body text */
.bodytext { font-family: Verdana; font-size:14px; }

/* Small text above where gallery resides */
.smalltext { font-family: Verdana; font-size:10px; }

/* Address info text */
.addresstext { color:#FFFFFF; font-family: Verdana; font-size:12px; font-weight:bold; }
A.addresstext { color:#FFFFFF; }

/* Copyright text */
.copyright { font-family: Verdana; font-size:10px; }

.table1 { font-family: Verdana; font-size:14px; }
.table2 { font-family: Verdana; font-size:16px; }
.table3 { font-family: Arial; font-size:12px; }

/* Top cell to right of logo */
.topcell { background: #222222; font-family: Verdana; font-size:16px; font-weight:bold; }

/* Norm Eggert Photography cell */
.title { background: #878787; font-family: Verdana; font-size:14px; font-style:italic; font-weight:bold; }

/* Title of current page */
.pagetitle { background: #878787; font-family: Verdana; font-size:16px; font-weight:bold; }

/* menu */
.menu { background: #222222; font-family: Verdana; font-size:16px; font-weight:bold; }

div#box3{width: 105px;padding: 5px;margin:0 auto;
    background:#222222;color:#000}

/* Links page links */
A.link:link {color: #FFFFFF; text-decoration:underline;}
A.link:visited {color:#FFFFFF; text-decoration:underline;}

/* menu link */
A.type2 { font-family: Verdana; font-size:14px; font-weight: bold; }
A.type2:link    {color:#FFFFFF; text-decoration:none;}
A.type2:visited {color:#FFFFFF; text-decoration:none;}
A.type2:active  {color:#FFFF00; text-decoration:underline;}
A.type2:hover   {color:#ABCDEF; text-decoration:overline underline;}

/* Text area scrollbars */
.textarea { overflow: auto;}
