@charset "UTF-8";
body, html {
	font-family:'Arial',Helvetica, sans-serif;
	color:white;
	font-size:12px;
	background-color:#1b2530;
	background-image:url('../images/bg.gif');
	height:100%;
	width:100%;
	margin:0;
	padding 0;
}

a:active
{
  outline: none;
  border:none;
}
/* You Will See This: */

:-moz-any-link:focus {
  outline: 1px dotted invert;
}

/* Change It To This: */

:-moz-any-link:focus {
  outline: none;
}


a { 
	color:#72d2e5;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}

a:visited {
	color:#72d2e5;
}