body{ 
	background-color: white;
	color: #222;
	font: 100%/1.5 "Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif;
	margin: 0 auto;
	padding: 3.0em;
	width: 42em;
}

h1 {
	font-family: perpetua, sans-serif;
	background-color: transparent;
}

h1.smallcaps { 
	font-variant: small-caps;
	font-size: medium;
}

h2 {
	text-decoration: underline;
	font-size: medium;
}

p { 
	font-family: sans-serif;
	background-color: transparent;
	text-align: centre;
}

p.small { 
	font-size: small;
}

p.large {
	font-size: large;
	text-align: justify;
}

p.footer {
	color: #B0B0B0;
	font-size: 0.8em;
	margin-top: 15%;
}

a:link    { color: black }
a:hover   { color: navy }
a:active  { color: black }
a:visited { color: black }

a.footer:link {color: #B0B0B0}
a.footer:visited {color: #B0B0B0}
a.footer:hover {color: navy}




body{
	background: white url('grad4.png') repeat-x fixed top left;
}