/*
	------
	my own personal powerpoint emulator. why? see: http://www.aaronsw.com/weblog/000931
	------
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	text-align:center;
	background-color : #CCCCCC;
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color:#C60;
	text-decoration: none;
} 

A:link  
{
	color : #F00;
	text-decoration: none;
}

A:active	{
	color: #6C0;
	text-decoration: none;
} 

A:hover		{
	color: #603;
	background:#FF6;
	text-decoration: none;
} 

.main
{
	width:600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
	padding:20px;
	background:#ffffff;
	text-align:left;
	border : 1px solid;
}

HR {
	color: #999999;
	width:100%;
	height:1;
}

ul
 {
	padding-left: 20px;
    list-style-image: url(dingbat.jpg);
} 

li
{
	padding-bottom:2px;
	padding-top:2px;
}

h2, h3, h4
{
	color: #F03C00;
	font-weight: bold;
	padding-bottom:2px;
}

.quote	
{
	font-family: "Times New Roman", Times, serif;
	color: #360;
	margin-left : 15px;
}

.next
{
font-size: 12px;
color:#b6bfb0;
}
