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


Body { background-color: #FFFFFF; 

	background-image: url(images/);   }


P  {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}

A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}

:hover {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;


}
