A {
	text-decoration: underline;
	color: Blue;
	font-size: small;
	}
A:Hover {
	text-decoration: underline;
	color: Red;
	font-size: small;
	}
	
A.Clubs {
		color: #cc6666;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 12px;
	}
A.Clubs:Hover {
		color: yellow;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 12px;
	}

A.menuitem {
		text-decoration: underline;
		color: White;
		font-family : Arial, sans-serif, serif;
		font-weight : bold;
		font-size: 12px;
	}

A.menuitem:Hover {
		text-decoration: underline;
		color: #ff9999;
		font-family : Arial, sans-serif, serif;
		font-weight : bold;
		font-size: 12px;
	}
	
A.clubmenuitem {
	text-decoration: underline;
	color: White;
	font-family : Arial, sans-serif, serif;
	font-weight : bold;
	font-size: small;
}
	
A.clubmenuitem:Hover {
	text-decoration: underline;
	color: #cc6600;
	font-family : Arial, sans-serif, serif;
	font-weight : bold;
	font-size: small;
}	

A.sub_menuitem {
		text-decoration: underline;
		color: white;
		font-family : "Times New Roman", Times, serif;
		font-weight : bold;
		font-size: small;
	}

A.sub_menuitem:Hover {
		text-decoration: underline;
		color: #cc6600;
		font-family : "Times New Roman", Times, serif;
		font-weight : bold;
		font-size: small;
	}

A.email {
		text-decoration: underline;
		color: Red;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 11px;
	}
A.email:Hover {
		text-decoration: underline;
		color: yellow;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 11px;
	}
	
a.copyrightemail {
	text-decoration: none;
	color: white;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size: small;
	}
a.copyrightemail:Hover {
	text-decoration: none;
	color: yellow;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size: small;
	}
	
p.smallfonts 
	{
	text-decoration: none;
	color: Black;
	font-family : sans-serif, serif;
	font-weight : normal;
	font-size: small;
	}
	
p {
	text-decoration: none;
	color: Black;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size: small;
}
div {
	text-decoration: none;
	color: Black;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size: small;
	}
	
p.copyright {
	text-decoration: none;
	color: Black;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size: small;
}
li {
	text-decoration: none;
	color: Black;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-size: small;
	}
	
H1 {
		color: #990099;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 20px;
	}
	
H2 {
		color: #cc6666;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 17px;
	}
	
H3 {
		color: #cc6666;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 14px;
	}
H4 {
		color: #cc6666;
		font-family : sans-serif, serif;
		font-weight : bold;
		font-size: 12px;
	}
i {
		color: #ffffff;
		font-family : Arial,sans-serif, serif;
		font-weight : normal;
		font-size: small;
	}
