table {
	text-align : center;
	border : 1px solid White;
	background-color : #A9A97E;
}

td {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

  a:link          {text-decoration:none;}
  a:active        { text-decoration: none;}
  a:visited       { text-decoration:none; }
  a:hover         {
	text-decoration:none;
	color : #71645E;
}

body {
	background-color: #564C4A;
	font-family : Arial, serif;
	background-image : url(img/q2.jpg);
}

.title {
	font-weight : bold;
	font-size : 32px;
	background-image : url(img/q3.gif);
	background-position : center;
	background-repeat : no-repeat;
	background-color : #A37568;
}

.desc{
	font-size : 16px;
	color : #000000;
}

.warn {
	color : #4C4442;
	font-size : 12;
	text-align : justify;
	border : 1px Black;
	border-top-style : solid;
	border-bottom-style : solid;
	background-image : url(img/q4.jpg);
	background-position : center;
	background-repeat : repeat-y;
}

.recips {
	color : #666600;
	font-weight : bold;
	font-size : 20px;
	border : 1px Black;
	border-top-style : solid;
	border-bottom-style : solid;
}

.sponsor {
	color : Black;
	font-weight : bold;
	font-size : 12px;
}
.small {
	color : #336600;
	font-size : 10px;
}

.enter {
	font-size : 32px;
	font-weight : bold;
	color : #99FF66;
	background-image : url(img/q5.jpg);
	background-position : center;
	background-repeat : repeat-y;
	background-color : #A37568;
}

