BODY 
		{ 
		background: #000000; 
		color: #ffffff; 
		magin-top: 10px;
		margin-bottom: 10px;
		margin-left: 40px;
		margin-right: 40px;
		font-family: Tahoma, sans-serif; 		
		} 

H1
		{
		color: #ff0000;
		font-size: 18pt;
		font-style: italic;
		font-family: Tahoma, sans-serif
		}

H2
		{
		color: #ff0000;
		font-size: 12pt;
		font-weight: bold;
		font-family: Tahoma, sans-serif
		}

B
		{
		color: #ffff00;
		font-size: 12pt;
		font-weight: bold;
		font-family: Tahoma, sans-serif
		}

DIV.first 
		{ 
		position: relative; 
		left: 50px; 
		top: 18px;
		width: 200px;
		text-align: right

		}

DIV.second
		{ 
		position: relative; 
		left: 325px; 
		top: 0px;
		width: 350px;
		text-align: left

		}


A:link, A:active	
		{
		text-decoration: none;
		color: #ff0000;
		background: transparent
		}
A:visited
		{
		color: #ffff00;
		background: transparent;
		text-decoration: none
		}
A:hover	
		{
		color: #ee00ff;
		background: #ebc5e1
		}

OBJECT
		{
		position: fixed;
		left: 0;
		bottom: 0
		}




