/* Style Sheet for Vonada Stone Company */
/* Web site located at: http://vonadastone.com */
/* Developed by John and Susan Howell, */
/* Kansas on the Net, kotn.org */
/* June 2003 */

body { 
   font-family: verdana, arial, helvetica, sans-serif; 
   margin-top: 0; 
   margin-left: 0; 
   margin-right: 0; 
   margin-bottom: 0;
   color: #996699; 
   background-color: #eeeeee; 
   }

table, tr, td, ul, ol, li, dl, dt, dd { 
   font-family: verdana, arial, helvetica, sans-serif; 
   }

/* bgpage is the entire page background */
 .bgpage { 
   color: #000000; 
   background-color: #eeeeee; 
   } 

/* banner defines the background and text style for the banner */
.banner { 
   color: #000000; 
   background-color: #dddddd;
   }

/* banlinks define style of text in banner */
.banlinks {
   text-decoration: underline; 
   font-family: verdana,arial,helvetica, sans-serif; 
   font-style: italic; 
   font-size: 100%; 
   font-weight: normal; 
   }

/* bottomlinks define style of links along the bottom */
.bottomlinks {
   text-decoration: underline; 
   font-family: verdana,arial,helvetica, sans-serif; 
   font-style: italic; 
   font-weight: bold; 
   }
 
/* links defines the text type for left links (and right links on main page) */
.links {
   text-decoration: underline; 
   font-family: verdana,arial,helvetica, sans-serif; 
   font-style: italic; 
   font-size: 100%; 
   font-weight: normal; 
   }

/* linksimg defines the style when images are links */
.linksimg {
   border-color: #000000; 
   border-width: 1px; 
   }

/* set link attributes */
a:link { 
   color: #333300; 
   background-color: transparent; 
   }
a:visited { 
   color: #996633; 
   background-color: transparent;
   }
a.links:hover, a.banlinks:hover, a.bottomlinks:hover {
   color: #000000; 
   background-color: #ffffcc;
   text-decoration: underline; 
   }

/* bghere is the style for the "You are here" line and bottom links*/
.bghere { 
   color: #000000; 
   background-color: #eeeeee;
   font-family: verdana,arial,helvetic,sans-serif;
   font-size: 80%;
   }

/* bgbotton is the style for the bottom links*/
.bgbottom { 
   color: #000000; 
   background-color: #eeeeee;
   font-family: verdana,arial,helvetic,sans-serif;
   font-size: 80%;
   }

/* bgleft is the background for the left border of the page body */
.bgleft { 
   background-image: url(images/bgleft.jpg); 
   color: #000000;
   background-color: #eeeedd;
   }

/* bgbody is the background for the central part of the page body */
.bgbody {  
   color: #000000; 
   background-color: #ffffee; 
   }
 
/* bgright is the background for the right panel of the page body */
.bgright { 
   background-image: url(images/bgright.jpg); 
   color: #000000; 
   background-color: #eeeeee;
   }

/* h2 */
h2 { 
   font-family: arial, helvetica, sans-serif; 
   color: #996633; 
   background-color: transparent;
   font-style: italic;  
   }

/* h3 */
h3 { 
   font-family: arial, helvetica, sans-serif; 
   color: #996633; 
   background-color: transparent; 
   font-style: italic; 
   }

/* inactive = grey out the link that refers to the current page */
.inactive  { 
   color: #999999; 
   background-color: transparent; 
   }

/* bghl is a background color to highlight an area */
.bghl { 
   color: #000000; 
   background-color: #FFFFFF; 
   } 

/* normaltext = the usual text attributes */
.normaltext { 
   font-family: verdana, arial, helvetica, sans-serif; 
   }

/* smalltext = smaller usual text */
.smalltext { 
   font-family: verdana, arial, helvetica, sans-serif; 
   font-size: 80%; 
   }

/* photo is for the text under photos */
.photo  { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 80%;
   color: #000000; 
   background-color: transparent; 
   }

/* footing defines the background and text used in the page footing */
.footing { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 70%; 
   color: #996633; 
   background-color: #dddddd; 
   }