/* CSS Document */
body {background-image: url(/images/flagbackground.jpg);
	  background-color: #F4FCFF;}
		  
h1,h2,h3,h4 {color: blue; 
             font-family: serif;
			 text-align: center
}
				 
div.countdown {background-color: rgb(252,221,163);
               border-width: 5pt; 
			   border-style: double; 
			   border-color: rgb(0,0,255); 
			   float: right; 
			   width: 270pt;}
				   
table.nav {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000CC;
	border: solid #0000FF;
}
table.main {
	width: 100%;
}
td.poll {text-align : center;}
	
td.nav {font-size: smaller; 
        color: Blue; 
		text-align: center;}
			
option {font-size: smaller;}
	
.underline {text-decoration: underline;}
ul.link {
	font-size: x-large;
	color: #0033FF;
}
ul.link ul {
	font-size: large;
	color: #0066ff;
}
.news {
	border: medium solid #0000FF;
}
