
	BODY
	{
		color :                      #00AAAA;	<!-- Purple text means errors in the HTML page -->

		background :                 #000000;

		scrollbar-face-color :       #FFFFFF;
		scrollbar-highlight-color :  #FFFFFF;
		scrollbar-shadow-color :     #FFFFFF;
		scrollbar-darkshadow-color : #AAAA44;
		scrollbar-3dlight-color :    #AAAA44;
		scrollbar-track-color :      #000000;
		scrollbar-arrow-color :      #AAAA44;
	}

	.PURDY      { background : #000000 url(pudbg.jpg)   fixed center no-repeat; }
	.EXTRAPURDY { background : #000000 url(pudmain.png) fixed center no-repeat; }
	.KINDAPURDY { background : #000000 url(pudside.jpg) fixed left bottom no-repeat; }

	P, UL, CAPTION, TD, TH, DIV
	{
		color :         #AAAAAA;
		font-family :   sans-serif;
		line-height :   120%;
		line-width :    100%;
		padding-left :  0.5em;
		padding-right : 0.5em;
	}

	P     { text-indent : 2em; }
	P, UL { text-align :  justify; }

	B     { font-seight :   bolder;  }
	BIG   { relative-size : larger;  }
	SMALL { relative-size : smaller; }

	TH     { color : #AAAA44; font-family : serif; font-size : 110%; }
	TH, TD { vertical-align : top; }

	.LFT { font-style :  italic; text-align : right;  }
	.RGT { font-weight : bolder; text-align : left;   }
	.CTR { font-weight : none;   text-align : center; }

	.NOPADDING { padding : 0; }

	.NEWSDATE
	{
		color :          #FFFFFF;
		background :     #AAAA44;
		text-align :     right;
		font-family :    monospace;
		font-size :      80%;
		font-style :     italic;
		vertical-align : bottom;
	}

	.NEWSHEAD
	{
		color :          #AAAA44;
		background :     #FFFFFF;
		text-align :     left;
		font-family :    serif;
		font-size :      110%;
		font-weight :    bold;
		vertical-align : bottom;
	}

	PRE, TT, .MONO
	{
		color :       #888822;
		font-size :   80%;
		font-weight : bolder;
		font-family : monospace;
	}

	H1, .H1, H2, .H2
	{
		color :         #AAAA44;
		background :    #FFFFFF;
		font-size :     120%;
		font-weight :   bolder;
		font-family :   serif;
		line-height :   150%;
		padding-left :  0.5em;
		padding-right : 0.5em;
	}

	H1, .H1
	{
		text-align :    center;
	}

	H3, .H3
	{
		color :          #AAAAAA;
		font-size :      66%;
		font-family :    sans-serif;
		font-weight :    bold;
		line-height :    100%;
		text-align :     center;
		vertical-align : bottom;
		line-width :     100%;
		padding-left :   0.5em;
		padding-right :  0.5em;
	}

	A:LINK    { font-style : none; text-decoration : none ; color : #AAAA44; }
	A:VISITED { font-style : none; text-decoration : none ; color : #888822; }
	A:ACTIVE  { font-style : none; text-decoration : none ; color : #AAAA44; }
	A:HOVER   { font-style : none; text-decoration : none ; color : #FFFF44; }

	A.MENU:VISITED { color : #AAAA44; }
	A.MENU:HOVER   { color : #FFFF44; }

	HR { color : #AAAA44; width : 95%; }

	#THEMESONG { position : absolute; right : 1; top : 2; z-Index : 1; }

