/* STYLE SHEET FOR CROPTHORNE WEB SITE */

/* General Styles */
frameset
 {
   border-width: 0px;
 }

body
 {
   background-color: #90ee90;
   font-family:  verdana, "sans serif";
 }

h1
 {
   font-family:  verdana, "sans serif";
   font-size: 18pt;
   text-align: center;
   color: teal;
 }

h2
 {
   font-family:  verdana, "sans serif";
   font-size: 14pt;
   text-align: left;
   color: black;
 }

h3
 {
   font-family:  verdana, "sans serif";
   font-size: 14pt;
   text-align: center;
   color: black;
 }

h4
 {
   font-family:  verdana, "sans serif";
   font-size: 14pt;
   text-align: center;
   color: teal;
 }

hr
 {
   color: teal;
 }

tr.ruler
 {
  height: 0
 }


/* Styles for Banner Frame */

table.banner
 {
   border-style: solid none;
   border-color: teal;
   border-width: 5px;
 }
td.bannerside
 {
   font-family:  verdana, "sans serif";
   font-size: 12pt;
   color: teal;
   position: relative;
   top: 15px;
 }
td.bannercenter
 {
   font-family:  verdana, "sans serif";
   font-size: 48pt;
   font-weight: bold;
   color: teal;
   position: relative;
   top: -15px;
 }
a.banner
 {
   color: teal;
   text-decoration: none;
 }

/* Styles for Navigation Frame */

h3.nav
 {
   font-family:  verdana, "sans serif";
   font-size: 14pt;
   color: teal;
 }

h5.nav
 {
   font-family: verdana, "sans serif";
   Font-size: 6pt;
   color: black;
 }

li.nav
 {
   font-family:  verdana, "sans serif";
   font-size: 11pt;
   color: teal;
   margin-left: -40px;
   list-style: none;
   padding-bottom: 6pt;
 }

a.nav
 {
   color: navy;
   text-decoration: none;
 }  

/* Styles for Home Page */
td.home
 {
   text-align: center;
 }

marquee.home
 {
   color: black;
 }

a.home
 {
   color: blue;
   text-decoration: none;
 }  

img.hall
{
   text-align: center;
}


/* Styles for Biogs Page */
td.biog-name
 {
   text-align: left;
   font-weight: bold;
 }

td.biog-addr
 {
   text-align: left;
 }

/* Styles for Links Page */
li.link
 {
   font-family:  verdana, "sans serif";
   font-size: 11pt;
   color: teal;
   margin-left: -40px;
   list-style: none;
   padding-bottom: 6pt;
 }

a.link
 {
   color: navy;
   text-decoration: none;
 }  

/* Styles for Plan Page */
a.plan
 {
   font-family:  verdana, "sans serif";
   font-size: 14pt;
   margin-left: 20px;
   color: navy;
   text-decoration: none;
 }  

/*Styles for Shop Page */
p.quote
 {
   font-family: verdana, "sans serif";
   font-size: 11pt;
   font-style: italic;
 }
