P.subtitle
	{
	color:white;
	font-size: x-large;
	font-style: italic;
	text-align:center;
	text-decoration: underline
	}

P	{
	color:white
	}

BODY
	{
	background-color:000000;
	color:white
	}

HR
	{
	color:white
	}

HR.red

	{
	color:red
	}

HR.blue
	{
	color:blue
	}

TD
	{
	vertical-align:top
	}

.bolden
	{
	font-style: bold;
	font-size:large
	}

.aligncenter
	{
	text-align:center
	}

A:link
	{
	color:33CCFF
	}

A:visited
	{
	color:33CCFF
	}

A:alink
	{
	color:33CCFF
	}

#flashalert
	{
	font-size:large;
	font-style:italic;
	text-decoration:underline;
	text-align:center;
	background-color:yellow
	}

.lightblue
	{
	color:00FFFF
	}

.yellow
	{
	color:yellow
	}

.redden
	{
	color:red
	}

.blacken
	{
	color:black
	}

.italicized
	{
	font-style:italic
	}

.centered
	{
	text-align:center
	}

.underline
	{
	text-decoration:underline
	}
	
