html { -webkit-text-size-adjust:none }
body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .1em;
	color: #444;
	background: #1C1C1C url('../pics/background.png') repeat;
}
h2 {
	font-size: 1.4em;
	color: #FF0000;
	font-weight: normal;
	letter-spacing: .2em;
	display: inline;
}
h3 {
	font-size: 1.4em;
	color: #CCCCCC;
	font-weight: normal;
	letter-spacing: .2em;
}
a {
	color: #444; 
	text-decoration: none; 
	outline: none;
	background-color: transparent;
}
a:hover {
	text-decoration: underline; 
}
p {
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 4px;
}
img {
	border: 0;
}