BODY			{
					background-color: "#000000";
					font-family: Comic Sans MS; 
					font-size: 10pt; 
					text-decoration: none; 
					color: yellow;
				}

td				{
					font-family: Comic Sans MS; 
					font-size: 10pt; 
					text-decoration: none; 
					color: yellow;
				}


a:link			{
					color: orange;
					text-decoration: none;
				}
				
a:visited		{ 
					color: #00FF00;
					text-decoration: none;
				}

a:hover			{
					color: orange;
					text-decoration: underline
				}
				
.textComicSansNormal {
					font-family: Comic Sans MS;
					font-size: 10pt
				}