

BODY {
	font-size: 12px
}

P {
	font-size: 12px
}

UL {
	font-size: 12px;
	font-family : Segoe UI }

.TextObject {
	font-family: "Segoe UI",    sans-serif;
	font-size : 12px
}

OL {
	font-family: Segoe UI ;
	font-size : 12px
}

.TextNavBar {
	font-family: "Segoe UI";
	font-size : 12px
}

A:link {
	text-decoration: none;
	font-family: "Segoe UI";
	font-size : 12px;
	color: blue
}

A:visited {
	text-decoration:none;
	font-family: "Segoe UI";
	font-size: 12px;
	color: blue
}

A:active {
	text-decoration:none;
	font-family: "Segoe UI";
	font-size : 12px;
	color: blue
}

H1 {
	font-family: "Segoe UI",    sans-serif;
	font-size : 48px
}

H2 {
	font-family: "Segoe UI",    sans-serif;
	font-size : 36px
}

H3 {
	font-family: "Segoe UI",    sans-serif;
	font-size : 24px
}

H4 {
	font-family: "Segoe UI",    sans-serif;
	font-size : 20px
}

H5 {
	font-family: "Segoe UI",    sans-serif;
	font-size : 16px
}

H6 {
	font-family: "Segoe UI",    sans-serif;
	font-size : 14px
}

A:hover {
	text-decoration:underline;
	font-family: "Segoe UI";
	font-size : 12px;
	color: blue
}


