*{
	margin:0;
	padding:0;
}
body
{
	background:#000 url(bg.png) repeat center center;
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	overflow:hidden;
}
h1
{
	font-size:40px;
	margin:50px;
	color:#222;
}
p
{
	font-size:15px;
	margin:30px;
	margin-left:60px;
	color:#577;
}
a:link, a:visited, a:active, a:hover
{
	color:				#002550;
	font-family:		arial, helvetica, sans-serif;
	font-size:			14px;
	font-weight:		normal;
	text-decoration:	underline;
}
a:visited
{
	color:				#002040;
}
a:hover
{
	color:				#255080;
	text-decoration:	underline;
}
