body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	background-color: #666666;
	text-align: center;
	width:100%;
}
.page {
	background-color: #F9FCFF;
	padding: 15px;
	width: 900px;
	text-align: left;
	position:relative;
}

h1{
	font-size:24px;
	font-weight:bold;
    color:#228CCB;
}

h2{
	font-size:22px;
	font-weight:bold;
}

h3{
	font-size:24px;
	font-weight:bold;
	color:#228CCB;
}

.highlight{
	font-size:22px;
	font-weight:bold;
	color:#228CCB;
}

.check{
	width:25px;
	height:25px;
}


tr{
	font-size:18px;
}

a {
	color: #666666;
	text-decoration:underline;
	font-size: 20px;
}
a:hover {
	background:#666666;
	border-top: 1px solid rgb(120,100,100);
	border-bottom: 1px solid rgb(120,100,100);
	text-decoration: none;
	color:#FFFFFF;
}

.printfont {
	font-size:18px;
}



