table {
	text-align : center;
}

a  {
	color: #A80000;
font-size:16px;
}

  a:link          {text-decoration:none;}
  a:active        { text-decoration: none;}
  a:visited       { text-decoration:none; }
  a:hover         {
	text-decoration:none;
	color : #8D33CC;
}

body {
	background-color: #FFFFFF;
	font-family : sans-serif, Aria;
}

.title {
	color : #225555;
	font-weight : bold;
	font-size : 32px;
}

.warn {
	color : #336666;
	font-size : 12;
	text-align : justify;
	background-color : #FDF6EE;
	border : 1px solid #A1BF92;
	font-family : Arial;
}

.sponsor {
	color : #6666AA;
	font-family:Impact;
	font-size : 33px;
	text-decoration : none;
	text-align : center;
}
.sponsor:hover {
	color : #7A51A4;
}
