html {
	/*font-size: 62.5%;*/
	font-size:65%;
}

body {
	color: #000;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em; /*letter-spacing:.05em;*/ 
}

p.intro {
	font-size: 1.1em;
	color: #D42D00;
	font-weight: bold;
}

a:link, a:visited, a:active, a:hover {
	color: #D42D00;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0em;
}