/*
	------
	my own personal powerpoint emulator. why? see: http://www.aaronsw.com/weblog/000931

	This stylesheet is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ 
	or send a letter to 

	Creative Commons
	559 Nathan Abbott Way
	Stanford, California 94305, USA.
	------
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align:center;
	background-color : #CCCCCC;
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #F90;
	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:740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
	padding:20px;
	background:#ffffff;
	text-align:left;
	border : 1px solid;
	font-weight: bolder;
}

HR {
	color: #999999;
	width:100%;
	height:1;
}

ul
 {
	padding-left: 20px;
    list-style-image: url(dingbat.jpg);
} 

dt {
    padding-left: 20px;
    }
    
    dd {
	color:#666;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

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;
}
