body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCCCC;
	background-image:   url(webgfx/bg.jpg);
  background-repeat: no-repeat;
  margin: 20;	
  background-color: #000000;
}


a:link {
	color: #FFCCCC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;


}
a:visited {
	text-decoration: none;
	color: #FFCCCC;
	font-size: 14px;
	font-weight: bold;


}
a:hover {
	text-decoration: none;
	color: #FF6666;
	font-size: 14px;
	font-weight: bold;


}
a:active {
	text-decoration: none;
	color: #FFCCCC;
	font-size: 14px;
	font-weight: bold;



}

.partiestitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6666;
}
