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

body 
	{
	background-color:#CCFF00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#CCCC66;
	}
	
p	
	{
	width:250px;
	height:250px;
	background-color:#003399;
	float:left;
	color:#99CC00;
	}