BODY {
	background-image: url("/images/congress_bg.jpg");
}

H1, H2, H3, H4, H5, H6, HR {	
	font-weight: bold;
}

H1, H3, H5 {
	color: #FFFFFF;
	background: #000099;
}

H2, H4, H6 {
	color: #BB0000;
}

H1, H2, H4, H5, H6 {
	text-align: center;
}

H3 {
	text-align: left;
}

H5 {
	text-align: right;
}

HR {
	width: 80%;
	color: #BB0000;
	background: #BB0000;
}

P, UL, SELECT, INPUT, TEXTAREA {
	font-family: "Garamond", "Sans Serif";
}

P, TD, UL {
	font-weight: bold;
}
	
DD {
	font-family: Courier;
	font-weight: normal;
	text-align: left
}

A:link {
	color: #0000BB;
}

A:visited {
	color: #BB0000;
}

A:hover {
	background: #FFFFFF;
}

