body {
	background-color: #D1D2D4;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	color: #333333;	 
}

h1 {
	font-size: 22px;
	color: #003D7E;	 
}

h2 {
	font-size: 16px;
	padding-top: 10px;
	color: #00A4E4;	 
	}
	
h3 {
	font-size: 14px;
	padding-bottom: -10px;
	line-height: 14px;
	font-weight: bold;
}
	
li {
	padding-top: 5px;
}

a:link  {
	color: #003D7E; text-decoration: none;
}

a:active;  {
	color: #003D7E; text-decoration: none;
}

a:visited;  {
	color: #003D7E; text-decoration: none;
}

a:hover {
	color: #00A4E4; text-decoration: none;
}

