.hide {
	display:none;
}

body
{	
	margin: 133px 0 0 0;
	background:#000;
	color: #fff;
}

table {
}  

h1
{
	font-family: Dunes, Helvetica Bold, Helvetica, Arial;
	font-weight: bold;
	font-size: 21px;
}
h2
{
	margin: 27px 0 0 0;
	font-family: ITC Galliard Std, Galliard Std, Galliard, Garamond Premiere Pro, Adobe Garamond Pro, Garamond Std, Garamond, Times New Roman ;
	font-size: 18px;
	letter-spacing:10px;
	font-style:italic;
	text-decoration: none;
	text-transform: uppercase;
}
p
{
	font-family: ITC Galliard Std, Galliard Std, Galliard, Garamond Premiere Pro, Adobe Garamond Pro, Garamond Std, Garamond, Times New Roman ;
	font-style: italic;
	font-size: 13px;
	line-height: 29px;
	letter-spacing:7px;

}
.yellow
{
	color:#fdf501;
}
.blue
{
	color:#07a1f3;
}
.red
{
	color:#fd0202;
}
a, a:link, a:visited {
	color: #fff;
		letter-spacing:2px;

	text-decoration: none;
	outline: 0;
}
a:hover, a:active, a:focus {
	color: #fff;
	letter-spacing:10px;
	font-family: Georgia, Times New Roman;
	font-style:italic;
	text-decoration: none;
	outline: 0;
	cursor: wait;
}