/* @override 
	http://howardlyon.com/main.css
	http://howardlyon.com/style.css
*/

a:link {
	color:#FFEDCE;
}

a:visited {
	color:#FFD07C;
}

a:hover {
	color:#FFBC42;
}

a:active {
	color:#FFA400;
}

html {
	color: #fe2600;
}

p {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background: #000 url(images/bg2.jpg) repeat;
}

