@charset "utf-8";
/* CSS Document */

/*********************************************************************/

body
{
	font-family:"Verdana", Tahoma, Arial;
	font-size:12px;
	color:#000000;
	line-height:16px;
	background:url(../../images/bg.jpg) top center;
}

/*********************************************************************/

td
{
	font-size:12px;
}

/*********************************************************************/

a
{
	color:#bc3f85;
	text-decoration:none;
	text-decoration:underline;
}

/*********************************************************************/

a:hover
{
	color:#671543;
	text-decoration:underline; /* DEFAULT W3C */
}

/*********************************************************************/
