/* Default stylesheet for the Cocoon culture no.47 web site */ 
/* Global Color palette for the site */
#dark-green {background-color: #214343} /* orderform back-ground */
#deep-blue {background-color: rgb(0,0,128)} /* table and header background */
#deep-red {background-color: rgb(128,0,0)} /* used in book-shelf */
#std-grey {background-color: #3E3E3E} /* where ... */
#dark-grey {background-color: #303030} /* where ... oil-gallery wall */
#gold {background-color: #808000} /* visted hyperlinks, hbars */
#offwhite {background-color: #C4C4A6} /* used as background color in drawings gallery */
#purple {background-color: #800080} /* used as background in oil-gallery */
#electric-blue {color: #6633FF} /* Used in logo, and H2 */ 
.bar { background-color: rgb(0,0,128) } /* bar class */
.bgnd {background-color: #3E3E3E} /* background class, used in table cells */


/* Applies only to unformatted independent pages without the shared borders stuff */
BODY { 
margin-left: 10px;
color: #777777;
font-family: sans-serif;
font-size: medium; /* was x-small */
background-color: black;

/* Very discrete space background (Disabled)
background-image: url(back4.gif);	
background-attachment: fixed
*/
} 

HR { margin-top: 0.0em;
margin-bottom: 0.0em;
padding-top: 0.0em; 
padding-bottom: 0.0em;
color: #808000
} 

/* With use of tables for formatting the layout of the WEB
This becomes the default for the main text body. The ordinary body 
part only referst to single unformatted pages
*/
TABLE {
color: #777777;
font-family: sans-serif;
font-size: medium
}


/* Style data for the CC Shop - Ordering Form  */
TABLE.order {
color: #777777;
background-color: #274E4E;
font-family: Arial, Helvetia;
font-size: 1.0em
} 
A:link {color: #008000} 
A:visited {color: #808000}


/* Style for the Navigation bars and shared borders buttons */ 
A.menu:visited { color: #808000; text-decoration: none} 
A.menu:link { color: #808000; text-decoration: none}


/* Used at the top of every document, indicating start of new domument */
H1 {
color: #6633FF;
font-family: Arial,Helvetica,Geneva;
font-size: 1.5em;
font-weight: bold
} 
/* Sub-title to first header, italics */ 
H2 {
color: #77777f;
font-family: Arial,Helvetica,Geneva;
font-style: italic;
font-size: 1.0em;
font-weight: normal
} 
/* H3 and H4 are the normal internal document headers */
H3 {
color: #777777;
font-family: Arial, Helvetica, Geneva;	/*,Helvetica,Geneva;*/
font-size: 1.1em;
font-weight: bold;
/* margin-top: 1pt;*/
margin-bottom: 0.1em
} 
H4 {
font-family: Arial,Helvetica,Geneva;
font-size: 0.8em;
font-weight: bold;
/* Don't mangage to work out how this shit works in FP98 */
margin-bottom: 0em
} 
/* Used in menu-bars, left-side, bottom and in selected pages */
H5 {
font-family: monospace;
font-size: 0.9em;
margin-top: 0.1em;
margin-bottom: 0.1em;
} 
/* Used in bottom border, as copyright reminder */
H6 {
font-family: Arial,Helvetica,Geneva;
font-size: 0.8em;
} 
/* Not in use */
PRE {
color: #6633FF;
margin-top: -15pt 
} 
/* Not in use */
PRE.indent {
color: #6633FF;
margin-top: -6pt
} 
/* Not in use */
CAPTION {
color: #330099;
font-family: Arial,Helvetica,Geneva;
font-size: 0.9em;
font-weight: bold
} 
/* Not in use */
DT {
color: #777799;
font-family: Arial,Helvetica,Geneva;
font-size: 1.0em
} 
/* Table header cell properties ???? */ 
TH {
color: #777777;
background-color: rgb(0,0,128);
font-family: Arial,Helvetica,Geneva;
font-size: 0.9em;
font-weight: bold
}
