table {
	text-align : center;
}

.t1 {
	width : 700px;
	background-color : #666666;
	border : 2px solid #990000;
}

.tspon {

}


td {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

  a 			{color : White;}
  a:link          {text-decoration:none;}
  a:active        { text-decoration: none;}
  a:visited       { text-decoration:none; }
  a:hover         {
	text-decoration:none;
	color : White;
}

body {
	background-color: Black;
	font-family : Arial, serif;
}

.title {
	color : #990000;
	font-weight : bold;
	font-size : 32px;
	background-color : #999999;
	padding-left : 10px;
	padding-right : 10px;
}

.desc{
	font-size : 16px;
	color : White;
	font-weight : normal;
}

.warn {
	color : #669900;
	font-size : 12;
	text-align : justify;
	background-color : Black;
	border : 5px groove #CC9933;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : #757575;
	border : 6px double #990000;
	border-left-style : none;
	border-right-style : none;
}

.sponsor {
	color : #CC9933;
	font-weight : bold;
	font-size : 12px;
}
.small {
	color : White;
	font-size : 10px;
}