TABLE { display: none }

BODY {
	color: black;
	background: beige url('swallows.gif');
	font-family: Verdana, Arial, sans-serif
}

A:link { color: blue }
A:visited { color: purple }
A:active { color: maroon }

DIV.ITEMLIST {
	font: italic 18pt/32pt Verdana, Arial, sans-serif;
	text-align: center;
}

DIV.ITEMLIST A { text-decoration: none }

DIV.ITEMLIST A:hover, DIV.ITEMLIST A:active {
	color: #7f7fff;
	width:100%; text-align: center;
	filter: glow(Color=blue,Strength=5); 
	font-size: 1.2em;
	font-weight: bold;
}

P.welcome {
	font: bold 3em Verdana, Arial, sans-serif;
	text-align: right;
}

DIV.warning DIV { font-size: 1.2em }

DIV.warning P { text-indent: 24pt }

DIV.heading {
	color: navy;
	font: bold large Verdana;
	text-align: right;
}

DIV.subheading {
	font-size: x-small;
	color: red;
}

DIV.tagline {
	width: 25%;
	float: right;
	font-size: x-small;
	margin-top: 8pt;
}


DIV.tagline DIV {
	font-size: x-small;
	color: gray;
}
