body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	padding: 0px;
	background-color: #000000;
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/images.jpg);

}
li{
	padding-top: 10px;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
}
h3{ 
  text-align: center;
}
a:link, a:visited, a:hover {
	color: #CC0000;
	text-decoration:none;
	
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	margin-left: 2px;	
}
.article {
	text-align: justify;
	margin-right: 10px;
	font-size: small  ;
	list-style-type: disc;
	list-style-position: outside;
}

.clubarticle {
	text-align: justify;
	margin-right: 10px;
	font-size: medium;
	list-style-type: disc;
	list-style-position: outside;
	border: dashed;
	color: #000000;
	text-transform: none;
	background-color: #FFCCFF;
	border-color: #000000;
}
