@charset "utf-8";

.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	list-style-image: url(images/point.jpg);
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
	text-align: left;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #303;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #303;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linkcolour {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
}

