 <!--
 
	/**
	* Windows OS: 	X, Verdana, "Book Antiqua", "Courrier New", "Comic Sans MS", "sans-serif";
	* Mac OS: 	X, Geneva, Arial, Helvetica, Georgia, Times, Courrier, Sand, "sans-serif";
	*/
/*

body 
	 { 
	 font-size: 0.8em; 
	 line-height: 1.4em; 
	 background-color: #fffff1; 
	 }

H2	{
	letter-spacing: 0.5em;
	word-spacing: 0.7em;
	}
*/

 * html  body
	 {
	 scrollbar-face-color: #888888;
	 scrollbar-shadow-color: #687888;
	 scrollbar-highlight-color: #ffcc99;
	 scrollbar-3dlight-color: #ffcc99;
	 scrollbar-darkshadow-color: #EDEAE0;
	 scrollbar-track-color: #555555;
	 scrollbar-arrow-color: #EDEAE0;
	 }


 body
	 {
	 font-size: 0.9em; 
	 line-height: 1.2em; 
	 font-family: 	X, Verdana, Geneva, Helvetica, Arial, sans-serif;
	 background-color: #000000;
	 color: #ffcc99;

	 scrollbar-face-color: #888888;
	 scrollbar-shadow-color: #687888;
	 scrollbar-highlight-color: #ffcc99;
	 scrollbar-3dlight-color: #ffcc99;
	 scrollbar-darkshadow-color: #EDEAE0;
	 scrollbar-track-color: #555555;
	 scrollbar-arrow-color: #EDEAE0;
	 }

p.c1
	 {
	 text-align: center;
	 }

p.c11
	 {
	 text-align: center;
	 letter-spacing: 0.2em;
	 }

p.c22
	 {
	 font-family: X, Verdana, Arial, sans-serif;
	 font-size:10px;
	 letter-spacing: 0.2em;
	 color: #ffcc99;
	 text-align: center;
	 }

a:link	{text-decoration: none; background-color: transparent }
a:visited {text-decoration: none; background-color: transparent }
a:hover	{color: #eee; text-decoration: underline; background-color: transparent }
a:active	{text-decoration:  none; background-color: transparent }

table
	 {
	 font-size: 16px;
	 }

.AltText
	    {
	    font-family: Verdana, sans-serif;
	    font-size: 14px;
	    font-weight: bold;
	    color: #CC0000;
	    }
-->