table {
	text-align : center;
}




  a:link          { text-decoration:none; }
  a:active        { text-decoration:none; }
  a:visited       { text-decoration:none; }
  a:hover         {
	text-decoration: underline;
	color : Black;
}

body {
	background-color: #005E5E;
	font-family : "Century Gothic", Arial;
}

.title {
	color : #BF6F00;
	font-weight : bold;
	font-size : 32px;
}

.desc{
	font-size : 16px;
	color : #000000;
	font-weight : normal;
}

.warn {
	color : #BBFFFF;
	font-size : 12;
	text-align : justify;
	background-color : #999966;
	border : 1px solid #999900;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : #666666;
	border : 1px solid Black;
}

.sponsor {
	color : #FF0000;
	font-weight : bold;
	font-size : 16px;
}
.small {
	color : #000000;
	font-size : 10px;
}
.q2{
	background-image : url(img/q3.jpg);
	background-position : left;
	background-repeat : no-repeat;
}
.q1{
	background-image : url(img/q2.jpg);
	background-position : right;
	background-repeat : no-repeat;
}
.enter{
	background-image : url(img/q1.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
.q3{
	background-image : url(img/q5.jpg);
	background-repeat : repeat-x;
}