@charset "UTF-8";
/* CSS Document */

body {
	background: #e7f5fa;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	background: #be1a00;
}

h3 {
	font-size: 16px;
	border-bottom: 1px dotted #CCC;
}

p {
	margin-bottom:10px;
	margin-top: 0;
}

.highlight {
	background: #ffff99;
}

