@charset "iso-8859-1";
@font-face {
 font-family: Flames;
 font-style:  normal;
 font-weight: normal;
 src: url(FLAMES.eot) ; /* IE */
 src: local(Flames), url(FLAMES.ttf ) format("truetype");  /* non-IE */
}
body {
	color: black;
	background: white;
	line-height: 150%;
	language: JavaScript
}
h1 {
	font-size: 4em;
	font-family: Flames;
	font-style: normal;
	line-height: 1em;
	color: #C00;
	text-align:center;
}
h2 {
	font-size: 2em;
	font-family: Flames;
	font-style: normal;
	line-height: 1em;
	color: #C00;
	
}
h3 {
	font-size: 1.8;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	}
h4 {
	font-size: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold
}


