/*
	------
	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.
	------

    this is the print template, see style.css for a default stylesheet.
	
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	background-color: #ffffff;
}

/*

All fonts and links are black in the printable version.

*/

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #000;
	text-decoration: underline;
} 

A:link  
{
	color :#000;
	text-decoration: underline;
}

A:active	{
	color: #6C0;
	text-decoration: none;
} 

A:hover		{
	color:#F03C00;
	text-decoration: underline;
} 

.main
{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	background:#ffffff;
	text-align:left;
	border: 1px solid #666;
	font-weight: bolder;
	background-repeat: no-repeat; 
	background-position: top;
}

.center {
text-align:center;
}

/* 

this .no style is basically the only major difference, any words you have that are hidden [i.e. only for notes] will show up as grey text in a printed version

*/

.no {
   color:#6f6e6e;
}

.padding {
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
}

/*

no images in the lists in print version

*/

ul
 {
	padding-left: 20px;
} 

li
{
	padding-bottom:2px;
	padding-top: 2px;
}

/*

All headers are black in the printable version.

*/

h3, h4
{
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
}

h1, h2 {
    color: #000;
	font-weight: bold;
}

h3.header {
    font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	margin-top:0px;
	padding:10px;
	border-bottom: 1px solid #ccc;
}

blockquote	
{
	font-family: "Times New Roman", Times, serif;
	margin-left : 15px;
}

small {
font-weight: normal;
}

td {
border :1px solid #666;
padding:4px;
}

.next
{
font-size: 12px;
color:#ccc;
font-weight: normal;
padding-top:10px;
text-align: right;
}