@charset "utf-8";
/* CSS Document */

<!--

body {

	margin-top: 0px;

	background-color: #8C8C8C;

	background-image: url();
}

#h1 {
	
	font-family:Verdana, Geneva, sans-serif;

	font-size:20px;

        text-decoration:underline;
	
	color:#FFFFFF;
	
	text-align:center;
}

#h2 {
	
	font-family:Verdana, Geneva, sans-serif;

	font-size:15px;

        text-decoration:underline;
	
	color:#FFFFFF;
	
	text-align:left;
}

a{text-decoration:none;}


span.c1 {

	font-family: Arial;
	font-size: 70%;
	color: #FFFFFF; 
}

span.c2 {

	font-family: Arial;
	font-size: 70%;
	color: #000000; 
}

div.c1 {text-align: center}


-->