/*pwg_basic-2.css*/

body{
	margin: 0;
	color: #006;
	background-image: url(../images/bgp9.jpg);
}

p, h1, h2, h3, h4, div, blockquote, body, table, td{
	font-family: Verdana, 'Myriad Web', Syntax, sans-serif;
	}

h2{
	font-size: 0.8em;
}


p{
	color: #006;
	font-size: 0.8em;
	line-height: 1.15em;
}


a:link{
	color: #909;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #909;
	text-decoration: none;
}

a:hover{
	/*color: #ff9; /* /*yellow*/ 
	color: #333;
	background-color: #c9f;
}