body { 
	font-family: Helvetica, Verdana, sans-serif; 
 	font-size:17px;
 }

pre { 
	font-family: monospace; 
}

h1,h2,h3,h4,h5,p,ul { 
	font-family: sans-serif; 
}

a {
	text-decoration:none;
	color: rgb(0, 96, 255);
}

:link { 
	color: rgb(0, 0, 153) 
} 
 
:visited { 
	color: rgb(153, 0, 153) 
} 

a:active { 
	color: rgb(255, 0, 102) 
}
  
a:hover { 
	color: rgb(0, 96, 255);
	text-decoration:underline;
  }
  
  
.footer1 {
	color: silver; 
	text-align:center;
	font-size:11px;
}
 
.footer2{
	color: silver; 
	text-align:center;
	font-size:11px;
 }
 
.bottomNav {
	color: #AAAAFF; 
	text-align:center;
	font-size:12px;
}
 
.header {
	color: silver; 
	font-weight: bold;
	font-size:21px;
}

.small {
	font-size:11px;
}
.menu {
	font-size:17px;
	color: white; 
}

