body
		{
			background-color:#c10502;
			text-align: center;
			min-width: 100%;
			max-height: 100%;
			padding:0px;
			margin:0px;
			font:Verdana, Arial, Helvetica, sans-serif;
		}


#container
		{	
			margin: 2 auto;
			width: 100%;
  			text-align: center;
			position:absolute;
			left:0px;			
			z-index:10;
		}
		
		
.pic
		{
			border:1px solid black;
		}

.pic:hover
		{
			border:1px solid white;
		}

		
	
#td
		{
			font-size:36pt;
			font-weight:bold;
			margin-bottom:0px;
			color:yellow;
			text-align:center;
		}

#td2
		{
			font-size:22pt;
			font-weight:bold;
			margin-bottom:0px;
			color:yellow;
			text-align:center;
		}

#td3
		{
			font-size:16pt;
			font-weight:bold;
			margin-bottom:0px;
			color:#FF9900;
			text-align:center;
		}

#td img:hover
		{
			border: 1px solid white;
		}
		

a
		{
			color:#FFFF00;
			text-decoration:underline;
		}

a:hover
		{
		color:#FFFFFF
		}
