@charset "UTF-8";
body {
	background-image: url(images/metallic-backdrop.jpg);
	background-repeat: repeat-y;
	background-position: 100%;
}
.decent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #003333;
	text-align: center;
}
.vertical   {
	height: 100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

