body 			{
			font-size:		11px;
			text-transform:		uppercase;
			font-family:		courier;
			color:			gray;
			margin: 		30px;
			}
a		 	{
			font-size:		11px;
			text-decoration: none;
			color:			black;
			}
a:hover			{
			text-decoration:	underline;
			}
a:visited		{
			color:			black;
			}
img			{
			margin-right: 		10px;
			margin-left:		10px;
			}
table,td		{
			font-size:		11px;
			text-transform:		uppercase;
			}
