/* Washington State Politics - CSS Styles */
body {
	background-color: #fcfcfc;
}
h1, h2 {
	text-align: center;
	color: #0000ff;
}
table.nav td {
	background-color: #80FFFF;
	border: thin solid blue;
	font-weight: bold;
}
.dem {
	color: blue;
	font-weight: bold;
}
.rep {
  color:red;
	font-weight: bold;
}