
.body {
	font-size: 12px;
	font-family: Trebuchet MS;
	text-align: left;
}

.topbold {
	font-size: 12px;
	font-family: Trebuchet MS;
	text-align: center;
	color : Red;
	font : bold;
}

H1 {
	font-family: Trebuchet MS;
	color: Maroon;
	font-size: 26px;
	font-weight: normal;
	text-decoration: underline
}

.header {
	font-size: 26px;
	font-family: Trebuchet MS;
	text-align: center;
	color : Maroon;
}

.sub-header {
	font-size: 16px;
	font-family: Trebuchet MS;
	text-align: center;
	color : Maroon;
}

.small-sub-header {
	font-size: 14px;
	font-family: Trebuchet MS;
	text-align: center;
	color : Maroon;
	font-weight : bold;
}

.2small-sub-header {
	font-size: 14px;
	font-family: Trebuchet MS;
	text-align: left;
}

.quote {
	font-size: 12px;
	font-family: Trebuchet MS;
	text-align: right;
	font : normal;
}

.quote-name {
	font-size: 10px;
	font-family: Trebuchet MS;
	text-align: right;
	font : italic;
}

.bottomnav-link {
	font-size: 9px;
	font-family: Trebuchet MS;
	font-style : italic;
}

.topnav-link {
	font-size: 11px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: Maroon;
	font-style : italic;
}

font {
	font-size: 13px;
	color: Maroon;
	font-family : Trebuchet MS;
}

A {
text-decoration: none;
}

A:link {
color: #993333;
}

A:visited {
color: #993333;
}

A:active {
color: #993333;
}

A:hover {
	text-decoration: underline;
	color: #666600;
}

/********************************************************************** LINK STYLES */

.bottomnav-link a:link {
	color: Maroon;
	text-decoration : none;
}
.bottomnav-link a:visited {
	color: Olive;
	text-decoration: none;
}
.bottomnav-link a:active {
	color: Silver;
	text-decoration: none;
}
.bottomnav-link a:hover {
	color: Teal;
	text-decoration: none;
}
.topnav-link a:link {
	color: Maroon;
	text-decoration: none;
}
.topnav-link a:visited {
	color: Olive;
	text-decoration: none;
}
.topnav-link a:active {
	color: Silver;
	text-decoration: none;
}
.topnav-link a:hover {
	color: Teal;
	text-decoration: none;
}