/* style sheet for blue (high) */

body
	{
	color:#000000;
	/*background-color: rgb(230,237,239);  old lightened version of lightblue2 */
	background-color: rgb(220,245,254); /*lightened version of lightblue2 */
	font-family: "Trebuchet MS", georgia, sans-serif;
	font-size:11pt;
	}

h3 {font-size:14pt;}

p {font-size:11pt;}

