/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: "Segoe UI",  sans-serif;
 	font-size: 18px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}

A:link {
	font-family: "Segoe UI",  sans-serif;
 	font-size: 18px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}

A:visited {
	font-family: "Segoe UI",  sans-serif;
 	font-size: 18px;
 	color: rgb(128,128,128);
 	text-decoration: none 
}

H1 {
	font-family: "Segoe UI",  sans-serif;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-family: "Segoe UI",  sans-serif;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: "Segoe UI",  sans-serif;
 	font-size: 18px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}

H3 {
	font-family: "Segoe UI",  sans-serif;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-family: "Segoe UI",  sans-serif;
 	font-size: 18px;
 	color: rgb(51,51,51)
}

A {
	font-family: "Segoe UI",  sans-serif;
 	font-size: 18px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}

A:hover {
	font-family: "Segoe UI",  sans-serif;
 	font-size: 18px;
 	color: rgb(0,153,204);
 	text-decoration: none 
}