body	
{
font-size: small;
color: #FFE;
font-family:"Lucida Grande",Verdana,sans-serif;
}
/*	Hack for I.E.	*/
* html body 
{
font-size: x-small;	/*	for IE5/Win */
f\ont-size: small;	/*	for other IE Versions	*/
}

h1 {font-size:180%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:90%;}
h5 {font-size:85%;}
h6 {font-size:75%;}

a
{
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}