/* Text */
BODY {	background-color : rgb(93,109,91);
	font-family : Arial;
	font-size : 12px;
	color : rgb(255,255,255);
	line-height : 16px}

P {
	font-size: 12px;
	line-height : 20px
}

.TextObject {
	font-size: 12px;
	line-height : 20px
}

UL {
	font-size: 12px
}

OL {
	font-size: 12px
}

.TextNavBar {
	font-size: 12px;
	color : rgb(255,255,255)
}

A:link {
	color: rgb(192,192,192);
	text-decoration : none
}

A:visited {
	color: rgb(192,192,192);
	text-decoration : none
}

A:active {
	color: rgb(192,192,192);
	text-decoration : none
}

H1 {
	font-size: 28px;
	font-variant : small-caps
}

H2 {
	font-size: 24px;
	font-variant : small-caps
}

H3 {
	font-size: 20px;
	font-variant : small-caps
}

H4 {
	font-size: 16px;
	font-variant : small-caps
}

H5 {
	font-size: 14px;
	font-variant : small-caps
}

H6 {
	font-size: 12px;
	font-variant : small-caps
}

A:hover {
	color: rgb(153,153,153);
	text-decoration : underline
}

