/* CSS definition file containing site wide stylesheets */

.Green_H1 {
	font-size: medium;
 	color: rgb(0,204,153);
 	font-weight: bold
}

H2 {
	font-size: 16px;
 	color: rgb(0,0,255)
}

.Blue_H0 {
	font-size: small;
 	color: rgb(0,0,255);
 	font-weight: bold
}