/*
	ECLUG Style Sheet ($Revision: 1.5 $)
	Copyright 1999 Robert Szarka
	May be used freely with attribution
	and a link to www.szarka.org.
	Suggestions to panic@szarka.org
*/



BODY		{
		margin-left: 5%; margin-right: 5%;
		font: 11pt Verdana, 'Trebuchet MS', 'Bookman Old Style', serif; 
		text-align: justify;
		color: black;
		background-color: white;
		background-image: none;
		}
H1, H2, H3	{
		color: black;
		background-color: white;
		}
H1		{
		font: 36pt 'Flying Penguin', Impact, Haettenschweiler, 'Copperplate Gothic Bold', Times, 'Verdana Bold', 'Arial Bold', sans-serif;
		text-align: center;
		}
H2		{
		font: 24pt 'Flying Penguin', Impact, Haettenschweiler, 'Copperplate Gothic Bold', Times, 'Verdana Bold', 'Arial Bold', sans-serif;
		}
H3		{
		font: 16pt Impact, Haettenschweiler, 'Copperplate Gothic Bold', Times, 'Verdana Bold', 'Arial Bold', sans-serif;
		}
P		{
		font: 12pt Verdana, 'Trebuchet MS', 'Bookman Old Style', serif; 
		text-align: justify;
		color: black;
		background-color: white;
		}
TD		{
		font: 12pt Verdana, 'Trebuchet MS', 'Bookman Old Style', serif; 
		text-align: left;
		color: black;
		background-color: white;
		}
P:first-letter	{
		font: 12pt 'Flying Penguin', Verdana, 'Trebuchet MS', 'Bookman Old Style', serif; 
		}
TD P:first-letter	{
		font: 12pt Verdana, 'Trebuchet MS', 'Bookman Old Style', serif; 
		}
A:link		{
		color: black;
		background-color: gold;
		text-decoration: none;
		}
A:active	{
		color: black;
		background-color: gold;
		text-decoration: none;
		}
A:visited	{
		color: black;
		background-color: gold;
		text-decoration: none;
		}
A:hover		{
		color: blue;
		background-color: gold;
		text-decoration: none;
		}
A:hover IMG	{
		background-color: white;
		text-decoration: none;
		}
HR		{
		color: black;
		background-color: white;
		}
UL		{
		list-style: disc;
		}
STRONG		{
		font-weight: 600;	/* normal+200 */
		}
BLOCKQUOTE	{
		font-family: 'Courier New', sans-serif;
		text-align: center;
		}
IMG		{
		border-width: 0px;
		}
TH		{
		font-weight: 600;
		}
BLOCKQUOTE CODE	{
		text-align: none;
		white-space: pre;
		}
CODE		{
		font-family: Times, 'Courier New', sans-serif;
		font-weight: 500;
		}
KBD		{
		font-family: Times, 'Courier New', sans-serif;
		font-weight: 500;
		}
SAMP		{
		font-family: Times, 'Courier New', sans-serif;
		font-weight: 500;
		}
PRE		{
		font-family: 'Courier New', sans-serif;
		}
.header		{
		text-align: center;
		}
.theader	{
		font-weight: 600;
		background-color: #CCC;
		}
.disclaimer	{
		font-size: 10pt;
		}
.note		{
		font-size: 10pt;
		}
.banner		{
		text-align: center;
		font-size: 10pt;
		color: black;
		background-color: white;
		}
