<!--links-->
a {
	color: #000099; 
	text-decoration: none;
	}

a.bold {
	color: #000099;
	font-weight: bold;
}

a:hover {
	color: red; 
	font-style: italic;
	font-weight: bold;
	}
	
body {
	margin: 0px
	}
	
img {
	border: 0;
	}

<!-- different types of text -->	
p {
	font-family: "Times New Roman";
	font-size: 16;
	display: inline;
	}

p.smallcaps {
	font-family: "Times New Roman";
	font-size: 16;
	font-variant: small-caps;
	font-weight: bold;
	color: #000099;
	display: inline;
	}

p.blue {
	font-family: "Times New Roman";
	font-size: 16;
	color: #000099;
	font-weight: bold;
	display: inline;
	}

p.italic {
	font-family: "Times New Roman";
	font-size: 16;
	font-style: italic;
	display: inline;
	}

p.blue-italic {
	font-family: "Times New Roman";
	font-size: 16;
	color: #000099;
	font-weight: bold;
	font-style: italic;
	display: inline;
	}
	
p.black-italic-bold {
	font-family: "Times New Roman";
	font-size: 16;
	font-weight: bold;
	font-style: italic;
	display: inline;
	}

p.black-italic-large {
	font-family: "Times New Roman";
	font-size: 20;
	font-style: italic;
	display: inline;
	}
	
p.title {
	font-family: "Times New Roman";
	font-size: 28;
	color: #000099;
	font-style: italic;
}

p.caption {
	font-family: "Times New Roman";
	color: #707070;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	display: inline;
}

table.border {
	background-color: #000099;
	width: 645;
	border: 0;
	cellpadding: 5;
	cellspacing: 0;
}

table.text {
	background-color: #E0E0E0;
	width: 640;
	border: 0;
	cellpadding: 5;
	cellspacing: 0;
}

p.footer-blue {
	font-family: "Times New Roman";
	font-size: 16;
	color: #000099;
	font-weight: bold;
	font-style: italic;
	}
	
p.footer-gray {
	font-family: "Times New Roman";
	color: #909090;
	font-size: 70%;
	font-weight: bold;
}

td.footer {
	text-align: center;
	}

li.bold {
	font-weight: bold;
}
	
