
<style type="text/css">

body		{
		background: 	#EE22FF;
		color:		#66FF33;
		font-family:	Arial, Verdana, Helvetica;
		text:		#996666; 
		link:		#FF0000; 
		alink:		#FFA1A1; 
		vlink: 		#FF3333
		}


body.wdg	{
		background: 	"teal";
		color:		#66FF33;
		font-family:	Arial, Verdana, Helvetica;
		text:		#996666; 
		link: 		#FF0066; 
		alink:		#BBA1A1; 
		vlink: 		#EE3333
		}


table		{
		background: 	#774477
		}





div 		{
       		color: #66FF33
		}


.wdg01 		{  
		font-size: 12

	        }

.wdg02 		{  
		font-size: 12

	        }

.wdg03 		{  
		font-size: 16

	        }

.wdg04 		{  
		font-size: 20

	        }

.wdg05 		{  
		font-size: 24

	        }

.wdg06 		{  
		font-size: 28

	        }
.wdg09 		{  
		font-size: 32;
		color: #0066FF
	        }


a:link
{color: transparent;
text-decoration: underline}

a:active
{color: yellow;
text-decoration: underline}

a:visited
{color: silver;
text-decoration: underline}

a:hover
{color: #cc0000;
text-decoration: underline}



#divLogo 	{
		background-color:	'Green';
		position: 		absolute;
		right:			5;
		top:			6;
		border:			0px; 
		z-index:		500
		};






</style> 
