﻿/* CSS layout */
.bluefont {
	color: #0000FF;
}

body {
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	text-align: justify;
}
.H1 {
	font-size: 16px;
	font-family: Verdana;
}
.caption {
	margin-top: 4px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
.H2 {
	font-size: 14px;
	font-family: verdana;
}

