/* CSS Document */

body {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	font-size: small;
	margin: 0; padding: 0;
	}

a:link {
	text-decoration: underline;
	color: #00008B;
}

a:visited {
	text-decoration: none;
	color: #00008B;
}

a.blueLink2:link {
	text-decoration: underline;
	color: #00008B;
}

a.blueLink2:visited {
	text-decoration: none;
	color: #00008B;
}

a.blackLink:link {
	text-decoration: underline;
	color: #000000;
}

a.blackLink:visited {
	text-decoration: none;
	color: #000000;
}

#pageTitle {
	font-style: italic;
	font-weight: bold;
	color: #725513;
}

#supremeCourtText {
	font-weight: bold;
}

.style1 {font-family: Arial, Helvetica, sans-serif}



