@charset "utf-8";
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC6600;
}
body {
	margin: 0px;
	padding:0px;
	background-image: url(Images/purple_bg.jpg);
}
a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}
