body		{ 
			color: #000000;
			background-color: #3c3c3c;
			font-family: verdana;
			font-size: 10px;
			text-align: center;
			}

table		{
			text-align: justify;
			font-size: 11px;
			line-height: 18px;
			letter-spacing: 1px;
			background-color: black;
			color: #FFFFFF;
			margin-left: 5px;
			margin-right: 5px;
			}
		
td			{
			margin-left: 10px;
			margin-right: 10px;
			}			

a:link		{
			text-decoration: none;
			color: #c0c0c0;
			}

a:visited	{
			text-decoration: none;
			color: #c0c0c0;
			}

a:active	{
			text-decoration: none;
			color:#808080;
			}

a:hover		{
			text-decoration: none;
			color:#808080;
			}

p			{
                        font-size: 10 px;
			margin-right: 15px;
			margin-left: 15px;
			}

hr 			{
			border: none 0;
			border-top: 1px dashed #C0C0C0;
			height: 1px;
			}