/* CSS Document */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:46; 
   letter-spacing:0.05em;
   background-color:#FFFFCC;
   }
   
   a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
.style3 {font-size: 16px}

.header {font-size: 24px; }