@charset "UTF-8";
/* CSS Document */
h1 {
	color: #fff;
	font: Arial Narrow;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	font: Arial Narrow;
	color:#CCC;
	font-size: 14px;
}

h3 {
	font: Arial Narrow;
	color:#CCC;
	font-size: 12px;
	text-decoration: none;
}
a:link  {
	color: #6C0;
	text-decoration: underline;
}

a:visited {
	color: #00E;
	text-decoration: underline;
}
table {
	font: Arial Narrow;
	font-size: 14px;
	color: #fff;
	text-align:left;
}

