<html>
<head>
	<title>HTML document</title>
</head>
<body>

<style type="text/css">

a			{text-decoration:none}
a:link { color: white; text-decoration: underline}
a:visited { color:  white; text-decoration: underline}
a:hover {text-decoration: none; color:#FF3C3C}
a:active {color:  #FF8040; text-decoration: underline}



div.c10 { text-align: center}

span.c9 {font-family: tahoma; font-weight: bold;font-size: 85%; text-align: center}
span.c8 {font-family: tahoma; font-size: 75%; text-align: center}
span.c7 {font-family: tahoma; color: black; font-size: 145%; text-align: center}
span.c6 {font-family: tahoma; font-size: 95%; text-align: center}
span.c5 {font-family: tahoma; color: red; font-size: 115%; text-align: center}
span.c4 {font-family: tahoma; color: red; font-size: 165%; text-align: center}
span.c3 {font-family: tahoma; color: black; font-size: 165%; text-align: center}
span.c2 {font-family: AvantGarde Bk BT; font-size: 180%; text-align: center}
span.c1 {font-family: tahoma; font-size: 220%; font-weight: bold; text-align: center}

</style>


</body>
</html>