table {
	text-align : center;
	background-color : #006645;
}

td {
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}

  a:link          {text-decoration:none; color:white}
  a:active        { text-decoration: none; color:white}
  a:visited       { text-decoration:none; color:white}
  a:hover         {
	text-decoration:none;
	color : Aqua;
}

body {
	background-color: #00402C;
	font-family : Arial, serif;
}

.title {
	color : #FFFFC6;
	font-weight : bold;
	font-size : 32px;
	padding-right : 20px;
	padding-left : 20px;
	background-color : #00593D;
}

.desc{
	font-size : 16px;
	color : #000000;
}

.warn {
	color : #D5FFEF;
	font-size : 12;
	text-align : justify;
	font-family : Arial;
	border : 1px solid Black;
	padding-left : 8px;
	padding-right : 8px;
	background-color : #51AE93;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : #00885B;
}

.sponsor {
	color : #000000;
	font-weight : bold;
	font-size : 12px;
}
.small {
	color : #000000;
	font-size : 10px;
}
.enter{
	background-color : #454545;
	color : #FFFFC6;
	font-size : 32px;
	font-weight : bolder;
}
.q1{
	background-color : #CCFFCC;
}
.q2{
	background-image : url(img/q1.gif);
	background-position : right;
	background-repeat : no-repeat;
}
.q3{
	background-image : url(img/q2.gif);
	background-position : left;
	background-repeat : no-repeat;
}
