
  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 : White;
}


.title {
	color : #CCCC99;
	font-weight : bold;
	font-size : 32px;
	
}

.desc{
	font-size : 20px;
	color : #000000;
}

.warn {
	color : #EAD8C6;
	font-size : 12;
	text-align : justify;
	background-color : #C59769;
	border : 1px solid Black;
	padding-left : 8px;
	padding-right : 8px;
	font-family : Arial;
}

.recips {
	color : #000000;
	font-weight : bold;
	font-size : 20px;
	background-color : #C4915E;
	border : 1px solid Black;
}

.sponsor {
	color : #FFFFCC;
	font-weight : bold;
	font-size : 12px;
}
.small {
	color : White;
	font-size : 10px;
}

.warn2{
	background : #B08266;
}
.q1{
	background-image : url(img/q1.gif);
	background-position : center;
	background-repeat : repeat-y;
}