/* CSS Document */

/*

purple dark: 160249
purple light: D8CBEB
green: 2E6212

medium dark purple: #8473B5
light purple: #C6A5CE
yellow gold: #FBD652
red: #EF1829
orange: #F75E31
light green: #B8C690

*/

body {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #160249;
	background-color: #D8CBEB;
	}
	
#contact {
	font-size: 16px;
	}
	
		
#greentext {
	font-size: 16px;
	color: #2E6212;
	}
	
a:link {
	color: #160249;
	text-decoration: none;
	font-size: 18px;
	}
	
a:visited {
	color: #160249;
	text-decoration: none;
	font-size: 18px;
	}
	
a:hover {
	color: #D8CBEB;
	background-color: #160249;
	text-decoration: none;
	font-size: 18px;
	}
	
#gaiahost a:link, #gaiahost a:visited, #gaiahost a:hover {
	color: #160249;
	background-color: #D8CBEB;
	font-size: 10px;
	}
	
strong {
	font-size: 18px;
	}
	
b {
	font-weight: bold;
	}