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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height:1.5;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #ffa406;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffa406;
}
a:hover {
	text-decoration: underline;
	color: #ffa406;
}
a:active {
	text-decoration: none;
	color: #ffa406;
}

p.big {line-height:1.8;}

h1 {
	font-size: 30px;
	color: #ffffff;
	text-transform:capitalize;
	letter-spacing:2;
}
