﻿@import url('font.css');

h1 {
	font-family : Grobold;
	font-weight : normal;
	font-size : 40px;
	text-transform : uppercase;
	/* WebKit (Safari/Chrome) Only */
	/*
	-webkit-text-stroke: 3px #990000;
	-moz-text-stroke : 3px #990000;
	*/
	/* If we weren't using text-shadow, we'd set a fallback color
	 and use this to set color instead
	-webkit-text-fill-color: white; */
	color : #ffffff;
	text-shadow:
		0px 2px 0 #900,
		2px 0px 0 #900,
		0px 2px 0 #900,
		-2px 0px 0 #900,
		0px -2px 0 #900,
		/* Simulated effect for Firefox and Opera
		   and nice enhancement for WebKit */
		-2px -2px 0 #900,  
		2px -2px 0 #900,
		-2px  2px 0 #900,
		2px  2px 0 #900;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Sans-serif;
	font-size : 13px;
	color : #000000;
}