@import url(annualLetter.css);

body { 
	margin-bottom: 0px; 
	font-family: "Perpetua", "Times New Roman", "Serif"; 
	font-size: 13px ;
	background-color: #FFCC00;
	color: black;
	}

<!-- link styles -->
A.link {
	color: blue;
	text-decoration: underline;
}
A.visited {
	color: purple;
	text-decoration: underline;
}
A.active {
	color: red;
	text-decoration: underline;
}
A.hover {
	color:#FFFF00;
    font-size: 11.000000pt;
}

Table.Header {
	font-size: 13px ;
	background-color: #FF9898 ;
	color: #012345;
}

.bold {font-weight: Bold;}

