/*
	------
	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. 
	You can use it, you can't sell it, you can alter it, you must credit me, you must use the same 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.
	------
	
	#fff - white
	#000 - black
	
     this is the default template, see styleprint.css for a printable stylesheet that goes with this.
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-align:center;
	background-image: url(back.jpg);
	background-attachment: fixed;
background-position: top center; 
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #364e6a;
	text-decoration: none;
} 

A:link  
{
	color : #182841;
	text-decoration: none;
	border-bottom: 1px solid #a7bacb; 
}

A:active	{
	color: #242610;
	text-decoration: none;
} 

A:hover		{
	background: #fff599;
	text-decoration: none;
}


.main
{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
	text-align:left;
	border: 1px solid #666;
	font-weight: bold;
   background: url(back.png);
}

.padding
{
padding-top:5px;
padding-bottom:30px;
padding-left:30px;
padding-right:30px;
}

ul
 {
	padding-left: 20px;
    list-style-image: url(dingbat.png);
} 

li
{
	padding-bottom:2px;
	padding-top:2px;
}

h2, h3
{
	color: #000330;
	font-weight: bold;
    margin-top: 8px;
}


h3.header {
    color: #000000;
    font-weight: normal;
    background:#fff599;
	font-size: 28px;
	margin-top:0px;
	padding:8px;
	border-bottom: 1px dotted #666;
    text-align: center;
	text-transform: uppercase;
}

h4 {
	color:  #990000;
	font-weight: bold;
	margin-bottom: 2px;
    margin-top: 12px;
}

blockquote	
{
	font-family: "Times New Roman", Times, serif;
	margin-left : 15px;
}

.big {
	font-size:68px;
	font-weight: bold;
	font-family: courier;
	padding:2px;
}

td {
	padding:2px;
	font-size:16px;
}

.next
{
	font-size: 14px;
	color:#333;;
	font-weight: normal;
	padding-top:2px;
	text-align: right;
}

.ref {
	color: #F03C00;
	font-weight: bold;
}

.no {
display:none;
}