/*
main text -----------------------------------------------------------------*/
p {
	font-size: 1.1em;
	color: #666666;
}
h1 {
	color: #696969;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.3em;
	
}
h2 {
	font-family: Georgia, Times, Serif;
	font-size: 1.6em;
	color: #696969;
	font-weight: normal;
}

h3 {
	font-family: Georgia, Times, Serif;
	font-size: 1.3em;
	color: #485383;
	font-weight: normal;
}

li {
	font-size: 1.1em;
	color: #666666;
}

/*
links -----------------------------------------------------------------*/
a {
	color: #485383;
	font-size: 1.1em;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-size: 1.1em;
	text-decoration: underline;
}
#footer a {
	color: #485383;
	font-size: 1.0em;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	font-size: 1.0em;
	text-decoration: underline;
}


