BODY {
	color: #000000;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	margin: 5% 10% 5% 10%;
	padding:0px;
	text-align : justify;
}

.rightmenu{
	color: #336666;
	font-size: 10pt;
	text-decoration: none;
	float: right;
}


H1{
	width: 100%;
	padding: 15px;
	border: 1px solid #666666;
	font-size: 15pt;
	font-variant : small-caps;
	font-weight : bold;
	background-image : url(buddha.jpg);
	background-repeat : no-repeat;
	background-position : right;
}

th {
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 2px 0px;
}

td{
	border-style: solid;;
	border-color: #808080;
	border-width: 1px 1px 1px 1px;
}

.underbig {
	font-size: 14pt;
	text-decoration: underline;
}

DIV.figure {
	float: left;
	width: 40%;
	margin: 0.1em;
	padding: 0.1em;
	text-align: center;
}

A {
	color: #336633;
}

A:HOVER {
	color: #FF6600;
}

.note {
	font-size: 8pt;
	font-family: Verdana, Arial,sans-serif; 
}

.under{
	text-decoration : underline;
}

.bold{
	font-weight: bold;
}

.quote{
	font-style : italic;
	padding-left : 75px;
	padding-right: 75px;
}

.source {
	clear: both; 
 	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 8pt;
	padding-bottom: 5px; 
 	padding-top: 5px; 
	text-align: right;
}

hr {
	border: solid;
	border-color: #808080;
	height: 1px;
	width: 100%;	
}

