body {
margin: 0;
padding: 0;
background: #000;
}
h1 {
margin: 0 0 5px 0;
padding: 5px 0;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
color: #fff;
background: #999;
}
h2 {
font-size: 12px;
color: #fff;
}
p {
color: #fff;
}
h2.noLk a, h2.noLk a:hover {
	color: #fff;
	text-decoration: none;
	cursor: text;
}