
/* CSS Specifications are at http://www.w3.org/TR/CSS21      */


/*the following control behaviour of linked text before and after visiting, when moving mouse over it etc.*/


.bodyText {
	FONT-SIZE: 18px; COLOR: #000000; LINE-HEIGHT: 19px; FONT-WEIGHT: bold;
}

.cText {
	FONT-SIZE: 18px; COLOR: #000000; FONT-WEIGHT: bold; text-align: center;
}

A {
	COLOR: black; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #6633CC; TEXT-DECORATION: underline
}
A:active {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}

BODY {
	margin: 0em; SCROLLBAR-FACE-COLOR: #96c7ef; SCROLLBAR-HIGHLIGHT-COLOR: #000099; SCROLLBAR-SHADOW-COLOR: #000099; SCROLLBAR-3DLIGHT-COLOR: #000099; SCROLLBAR-ARROW-COLOR: #a600df; SCROLLBAR-TRACK-COLOR: #a600df; SCROLLBAR-DARKSHADOW-COLOR: #0000c0; background-image: url("http://chrwradio.com/images/lmadefault.jpg")
}

.years {
	
	FONT-SIZE: 18px; LINE-HEIGHT: 19px; FONT-WEIGHT: bold;
}


}


H1 {
	text-align: center
}


h3 {
	text-align: center
}
.border { border: solid black }