@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.6em;
	color: #000000;
}

a {
	text-decoration: none;		
}

a:hover {
	color:#F90;
}

#container {
	text-align: left;
}

h1 {
	font-size: 4em;
	letter-spacing: .3em;
	font-style: italic;
}

.bigfont {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #030;
}
