table {
	text-align : center;
}

.t1 {
	width : 700px;
}

.tspon {
	border : 1px dashed Black;
	background-repeat : no-repeat;
}


td {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

  a 			{
	color : #999999;
}
  a:link          {text-decoration:none;}
  a:active        { text-decoration: none;}
  a:visited       { text-decoration:none; }
  a:hover         {
	text-decoration:none;
	color : Black;
}

body {
	background-color: #FFFFFF;
	font-family : "Comic Sans MS", Arial;
}

.title {
	color : #000000;
	font-weight : bold;
	font-size : 32px;
	border : 3px double #CCCCCC;
	border-left-style : none;
	border-right-style : none;
}

.enter {
	color : #CCCCCC;
	font-weight : bold;
	font-size : 32px;
}

.desc{
	font-size : 16px;
	color : White;
	font-weight : normal;
}

.warn {
	color : #000000;
	font-size : 12;
	text-align : justify;
	background-color : #CCCCCC;
	border : 1px solid Black;
	border-left-style : none;
	border-right-style : none;
	padding-left : 100px;
	padding-right : 100px;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : EEEEFF;
	border : 1px solid #FFCCCC;
}

.sponsor {
	color : #CCCCCC;
	font-weight : bold;
	font-size : 24px;
}
.small {
	color : Black;
	font-size : 10px;
}