table {
	text-align : center;
	background-color : #BB2F2F;
}

td {
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
}

  a:link          {text-decoration:none; color:white}
  a:active        { text-decoration: none; color:white}
  a:visited       { text-decoration:none; color:white}
  a:hover         {
	color : Black;
	text-transform : none;
}

body {
	font-family : Arial, serif;
	background-color : #882222;
}

.title {
	font-weight : bold;
	font-size : 32px;
	color : Black;
	background-color : #9B2828;
}

.desc{
	font-size : 16px;
	color : #999966;
}

.warn {
	color : #E9E8DC;
	font-size : 12;
	text-align : justify;
	border : 1px Black;
	background-color : #D35858;
}

.recips {
	color : #131C1B;
	font-weight : bold;
	font-size : 20px;
	;
	clear : both;
	background-color : #CE3E3E;
}

.sponsor {
	font-weight : bold;
	font-size : 12px;
	color : #7D1D19;
}
.small {
	color : Black;
	font-size : 10px;
}

.enter {
	font-size : 32px;
	font-weight : bold;
	color : #641A1A;
}
.q1{
	background-image : url(img/q1.gif);
	background-position : center;
	background-repeat : no-repeat;
}




