/* Default CSS Reset Doc */
*
{
	font-family:calibri, arial, helvetica, sans-serif;
}
h1
{
	font-size:1.8em;
}
h2
{
	width:250px;
	font-size:1.6em;
}
h3
{
	font-size:1.4em;
}
h4
{
	font-size:1.2em;
}
p
{
	font-size:1.0em;
	padding-bottom:5px;
}
p.strong
{
	font-weight:bold;
}
p.rhyme
{
	font-weight:bold;
	font-style:italic;
}
#copyright 
{
	color:#999;
}
#copright a
{
	margin-left:10px;
	margin-right:10px;
	font-size:1.0em;
	color:#666;
}
#copyright a:hover
{
	color:#ccc;
}
#copyright a:visited
{
	color:#666;
}
