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:underline;
	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 : #A80000;
	font-weight : bold;
	font-size : 17px;
}

