:focus { -moz-outline-style: none; }
:-moz-any-link:focus {
outline: none;
}
a:hover { text-decoration:underline;}
*{ padding:0; margin:0}


ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:2em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
a:hover{color:#FF0000}

body {
	background-color:#000000;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
	font-size: 24px;
}

#page {
	background-color:none;
	width:720px;
	margin:50px auto;
	padding:20px 50px 20px 50px;
	min-height:576px;
	text-align:left;
}

h1, h2 {
	letter-spacing:-1px;
	display: none;
	color:#000000;
	font-weight:normal;		
	margin-bottom:2px;
}

h1 {
	font-size:22px;
	line-height: 26px;
}
h1 span{
	font-size:26px;
	color: #ee3433;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#ffff00;		
}
