/* typography.css */
body
{
	font-size:0.8em;
	color:#666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


h1 {
font-size:3em;
margin-bottom:20px;
clear:both;
}

h2 {
font-size:2em;
margin-bottom:20px;
clear:both;
}

h3 
{
font-size:1.5em;
margin-bottom:20px;
clear:both;
}


p {margin:0 0 0px 0;}

p img {
float:left;
margin:10px 10px 10px 0;
padding:0;
}

p img.right {
float:right;
margin:10px 0 10px 10px;
}


strong {
font-weight:bold;
}

.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #882477;
}


a:link {
	color: #666666;
	text-decoration: none;
}


a:visited {
	color: #666666;
	text-decoration: none;
}


a:hover {
	color: #882477;
	text-decoration: none;
}


a:active {
	color: #666666;
	text-decoration: none;
}


.explaination {
	font-size: 0.8em;
}
back {
	font-size: 1em;
}
