* {
	font-family: "trebuchet ms";
	color: #00b2b6;
}

p {
	color: black;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}


