/* CSS Document */

/* Color Specs

Light Peach: #FAF3E0
Super Light tan: #F7F7D6
Light Tan: #D4AC7A
Reddish: #C35453
Brownish: #6A5B4F
Deep Purple: #613350

*/

body {
	background-color: #F8F6D5;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #613350;
}

sup {
	font-size: 10px;
	vertical-align: text-top;
}

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #613350;
}

.bodytext a:link, .bodytext a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C35453;
	text-decoration: none;
}

.bodytext a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C35453;
	text-decoration: none;
	background-color: #FFFFFF;
}

.home a:link, .home a:visited, .home a:hover {
	background-color: #F8F6D5;
}

.navbar {
	font-size: 14px;
	color: #613350;
	background-color: #D4AC7A;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 2px;
}

.navbar a:link, .navbar a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #613350;
	text-decoration: none;
	background-color: #F8F6D5;
}
	
strong {
	font-size: 16px;
	font-weight: bold;
}

.gaiahost a:link, .gaiahost a:visited {
	color: #C35453;
	text-decoration: none;
}

.gaiahost a:hover {
	color: #C35453;
	text-decoration: none;
	background-color: #FFFFFF;
}	
