@charset "iso-8859-1";

/* color setting below */
body {
	color: #FEF;
	background:	#636;
}
h1 {
	color: #FFDFF4;
	background: #936
}
a:link {color:		#FEF}
a:visited {color: 	#FBF}
a:hover, a:active {
	color:	 	#836; 
	background: #FBF
}

/* non-color settings below */
a:link	{
	text-decoration:	underline;
	font-weight:	bold;	
}

a:visited	{
	text-decoration:	underline;
	font-weight:	lighter;
}

a:hover, a:active	{
	text-decoration:	none;
}

body	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center
}

h1 {font-family: Impact, "Arial Black", "Helvetica Black", Sans-Serif;
	font-size: 2.33em;
	font-weight: 400;
}

p.small {
	font-size: smaller;
}

