/*this is a very contemporary (late 2002) looking style sheet design. The structure of the page is clear, and the colors for the page elements can easily be adapted to make similar designs. See the template around_the_world.css for an example of this.

The font size on the body may need to be increased to aid accessibility.
*/

body {
	background-color: white;	margin: 0em;	font-size: .8em;	font-family: Verdana, Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;	font-weight: normal;}
p, li, blockquote {
	font-size: .8em;	line-height: 1.3em;	padding-left: 1em;}
h1 {
	font-size: 1.1em;	text-align: right;	border-bottom: 1px #c0a7cf solid;	background-color: #d5c4df;	padding-right: 1em;}
h2, h3, h4, h5, h6 {
	border-bottom: 1px #c0a7cf solid;	border-top: 1px #c0a7cf solid;	background-color: #d5c4df;	padding-left: 1em;}
h2 {
	font-size: 1em;}
h3 {
	font-size: .9em;}
h4 {
	font-size: .8em;}
h5 {
	font-size: .8em;}
h6 {
	font-size: .8em;}
	
a:link, a:visited{	color: #ffffff;	background-color: #d5c4df;} 
	
a:hover {	text-decoration: underline;
		color: #d5c4df;	background-color: #ffffff;}

a:active {}
