/* CSS definition file containing site wide stylesheets */

.Heading {
	font-size: medium;
 	color: rgb(51,51,153)
}

.Subheading_Small {
	font-size: x-small;
 	color: rgb(255,102,51);
 	font-weight: bold
}

.SmallText {
	font-size: xx-small
}

.Subheading {
	font-size: small;
 	color: rgb(255,102,51);
 	font-weight: bold
}

H1 {
	font-size: medium;
 	color: rgb(51,51,153)
}

.SMALLINK {
	font-size: xx-small
}