/* CSS Document */

/* Links */
a:link { color: #005595 }
a:visited { color: #005595 }
a:hover { color: #005595 } 

/* Table & Layout Variations */
body { 
	background-color: #F6EF9A; 
}
td {
	font-family: Arial; 
	font-size: 18px; 
	color: #5B1300;
} 

/* Font Variations */
.small {
	font-size: 14px;
}
.smallitalic {
	font-family: Arial; 
	font-size: 10px;
	font-style: italic;
}
.header {
	font-size: 40px;
	font-weight: bold;
} 
.subheader {
	font-size: 22px;
	font-weight: bold;
}
