﻿img{
	border: 0;
}
h1{
	color: navy;
	font-size: xx-large;
	font-weight: bold;	
	text-align: center;
}
h2{
	color: navy;
	font-size: larger;
}
h3 {
	color: navy;
	font-weight: bold;
}
h4 {
	color: navy;
}
a {
	color: navy;
	text-decoration: underline;
}
a:hover {
	color: maroon;
	text-decoration: underline;
}
.Important {
	font-weight: bold;
}
.Quote {
	font-style: italic;
}
.FinePrint {
	color: #808080;
	font-size: smaller;
}
.BigLink {
	
}
.BigLink a {
	font-weight: bold;
	font-size: x-large;
}
.BookmarkLink {
	float: left;
	margin: 5px;
}
.Date {
	
}
.Address {
	
}
.TelephoneNumber {
	
}
.Centered {
	text-align: center;
}
.RightAligned {
	text-align: right;
}
.BrownItalic {
	font-family: "Baskerville Old Face";
	font-size: xx-large;
	font-style: italic;
	color: #CC6600;
}
