/* CSS for Solace Creek Site Network */
/* R. Heimbecher */

/* Last update: 16 Nov 2006 */

/* Site Standards:  */
/* These are for the Solace Creek Branded entities, */
/* SolaceCreek.Net; SolaceCreek.US; SolaceCreekStories.Com; and Solacecreek.net/people */
/* Colors: */
/* background: hex 3399ff rgb(51,153,255)  */
/* body font: black, hex 000000 rgb(0,0,0)  */
/* normal links: blue, hex 0000ff rgb(0,0,255)  */
/* visited links: navy, hex 000080 rgb(0,0,128) */
/* navigation links: blue, hex 0000ff rgb(0,0,255) */
/* table borders: hex 486daa, rgb(72,109,170) */
/* table border light highlight: hex 829dc6, rgb(130,157,198) */
/* heading 1 navy, heading 2 blue, heading 3 4848aa, balance 486daa */
/* ordered and unordered lists 4848aa */
/* all links have hover attributes of bold, small-caps */
 


body {
	
	background-color: #404040;
	color: #474747;
}
body {
	font-family: Verdana,Arial,sans-serif;
	font-size: small;
}

/* default link attributes */

a:link
{
	color: #000000; 
}
a:visited
{
	color: navy; 
}
a:hover
{
	font-variant: small-caps;
	font-weight: bold;
} 
a:active 
{
	color: rgb(128,128,0);
}

/* default table attributes */


/* heading and other text item attributes */

h1
{
	font-size: 1.1em;
	color: #000000;
}
h2
{
	font-size: 1.0em;
	color: #474747; 
}
h3
{
	font-size: .9em;
	color: #474747; 
}
h4
{
	font-size: .8em;
	color: #474747;
}
h5
{
	font-size: .8em;
	color: #474747;
}
h6
{
	color: #474747;
}
ol,ul
{
	color: #474747;
}
em
{
	font-weight: bold;
	font-style: italic;
}

/* classes - these include navigational and other special text classes */

.tblint
{
	background-color: #9c9c9c;
}

.hdrhome   /* the link in the header to the home page */
{
	font-size: x-small;
}

.nav
{
	font-size: small;
	text-decoration: none ;
}
.nav:link
{	
	color: blue;
}
.nav:active
{
	color: yellow;
}
.nav:hover
{
	font-variant: small-caps;
	font-weight: bold;
} 
.nav:visited
{
	color:navy;
}
.trlnk
{
	font-size: x-small;
}
.footer
{
	font-size: x-small;
}
