@charset "utf-8";
/* CSS Document */


body {
	background-color: #000000;
	
	text-align: center;	
}
.style1 {
	color: #FFFFFF;
}
.style2 {font-size: small}
.style3 {		
		font-family:Arial, Helvetica, sans-serif;
		font-size:medium;
		text-align:center;
		
		}
.style4 {
	color: #FFFFFF;
	border-right:thin;
	border-right-color:#FF0000;
	border-right-style: solid;
}
.style5 {
	color: #FF0000;		
	text-align:left;
	width:450px;
}

.style6 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	  font-size:x-large;
	  text-decoration: underline; 
		a:hover {color:#FF0000}; 
	}
	#title {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight:bolder;
	color:#FF0000;
	a:link {color:#FF0000};
		}
	
		
#bills {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	font-weight:bold;
	text-align:center;	
}

#rally {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:large;
	width:800px;
	}
	

	
a:link {color:#FFFFFF;
 text-decoration:underline;	font-size: small;
}
a:visited {color:#FFFFFF;
text-decoration:underline;}
a:hover {color:#FF0000;
text-decoration: underline;}
#my_slideshow {
	float:left;
}



