/* CSS Document */
body {
	background-color:#787878;
	background-image:url(../pics/layout/fire.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family:Karma, sans-serif;

}

a:link {
	color:#333333;	
}

a:visited {
	color:#333333;	
}

a:hover {
	color:#CC6666;
}