/*
 * Cascading style sheet for ShareYourSKy - This may be the start of 
 * something new!!
 *
 * Copyright © 2002, Robert B. Denny, All Rights Reserved
 *
 * 21-Mar-02 rbd	From http://www.glish.com/css/ Read there about the 
 *					Voice-Family "}" hack for IE5.x layout bugs.
 *
 */

/*
 * Hyperlink coloring
 */
a:link		{ color: Aqua; }
a:active	{ color: Aqua; }
a:visited	{ color: Aqua; } 
a:hover		{ color: Yellow; }

/*
 * Body and element defaults.
 */
body { 
	background: url(images/northzen.gif);
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
} 

#content {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #000030;
	border: 1px solid MediumBlue;
	text-align:left; /* part 2 of 2 centering hack */
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 586px;
	}
html>body #content {
	width: 586px; /* ie5win fudge ends */
	}


p {
	margin-top: 6pt; 
	margin-bottom: 6pt;
} 

h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
    font-size: 200%;
	line-height: 125%;
	color : #CCCC00;
	margin-top: 6pt;
	margin-bottom: 6pt;
} 

h2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	font-size: 140%;
	color : #CCCC00;
	margin-top: 6pt;
	margin-bottom: 6pt;
} 

h3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	color : LightGreen;
	margin-top: 6pt;
	margin-bottom: 6pt;
} 

h4 {
	font-size: 100%; 
	color: LightGreen; 
	margin-top: 6pt;
	margin-bottom: 6pt;
}

hr {
	color: white;
	height: 0.1em;
}
/*
 * List adjustments
 */

ul, ol, ul ul, ol ol, ol ul, ul ol {
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 2em;
} 

li {
	margin-top: 4pt;
	color : White;
} 

dl {
	margin-top: 6pt;
	margin-bottom: 0pt;
	margin-left: 12pt;
}
    
dt {
	color : White;
	margin-top : 6pt;
}

dd {
	color : White;
	margin-top : 0pt;
    margin-left: 12pt;
}

table {
	background: PaleGoldenrod;
}

/*
 * Quick-class goodies
 */

div.copyright {
	color: White;
	font-size: 90%;
}
