* {
	margin: 0;
	padding: 0;
}

html {
	font: 14px "Trebuchet MS", "Arial", "Tahoma", "Verdana", sans-serif;
}

h1 {
	font: bold 18px "Trebuchet MS", "Arial", "Tahoma", "Verdana", sans-serif;
	color: #006b9a;
	margin-bottom: 10px;
}

img, img a {
	border: none;
}

a {
	color: #0079af;
	text-decoration: none;
}

a:hover {
	color: #3d9ec9;
	text-decoration: underline;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 15px;
}

header {
	background: #000000;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

header a {
	color: white;
}
