@charset "utf-8";
h1 {
	font-family: "trebuchet MS", verdana, Arial, Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-family: "trebuchet MS", verdana, Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
}

body p {
	font-family: "trebuchet MS", verdana, Arial, Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
}
h4 {
	font-family: "trebuchet MS", verdana, Arial, Tahoma;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CCC;
}
p {
	text-align: justify;
}
a {
	color: #CCC;
}

