table {
	text-align : center;
}

td {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

  a:link          {
	text-decoration:none;
	color: #FFFF66;
}
  a:active        { text-decoration: none;}
  a:visited       { text-decoration:none; }
  a:hover         {
	color : #66FFFF;
}

body {
	background-color: #564143;
	font-family : "Comic Sans MS", Arial;
	background-image : url(img/1.gif);
}

.title {
	color : Silver;
	font-weight : bold;
	font-size : 32px;
}

.desc{
	font-size : 16px;
	color : White;
}

.warn {
	font-size : 12;
	text-align : justify;
	background-color : #564143;
	border : 1px solid White;
	border-right-style : none;
	border-left-style : none;
	font-family : Arial;
	color : White;
}

.recips {
	color : White;
	font-weight : bold;
	font-size : 20px;
	background-color : Black;
	border : 1px solid White;
	border-left-style : none;
	border-right-style : none;
}

.sponsor {
	color : White;
	font-weight : bold;
	font-size : 12px;
}
.small {
	color : Silver;
	font-size : 10px;
}

