/* CSS Document */

body {
	background-image: url();
	background-color: #333333;
}
h1		{
		margin-top:3px;
		margin-bottom:3px;
		margin-left:3px;
		margin-right:3px;
		font-size: 16px;
		line-height: 16px;
		color: #FF0000;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: -1px;

		}
		
h2		{
		margin-top:2px;
		margin-bottom:2px;
		margin-left:2px;
		margin-right:2px;
		font-size: 11px;
		line-height: 11px;
		color: #ffffff;
		font-family: Verdana, sans-serif;
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 0;			

		}

		
h3		{
		margin-top:4px;
		margin-bottom:4px;
		margin-left:4px;
		margin-right:4px;
		font-size: 10px;
		line-height: 10px;
		color: #000000;
		font-family: Verdana, sans-serif;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 0;			

		}
		
a:link		{
		margin-top:0px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		color: #FF0000;
		text-decoration: none;
		letter-spacing: 0;			

		}

a:visited		{
		margin-top:0px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		color: #FF0000;
		text-decoration: none;
		letter-spacing: 0;			

		}

a:hover		{
		margin-top:0px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		color: #999999;
		text-decoration: none;
		letter-spacing: 0;			

		}