body{ 
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: small;	
}

p{
	margin-right: 100px;
	text-align: justify;
}
h1,h2{
	font-weight:  normal;
	color:  #cc6600;
	border-bottom:  thin dotted #888888;
}

h1{
	font-size: 170%;
}

h2{
	font-size: 130%;
}

table{
	margin-right: 100px;
	border:  thin solid black;
	caption-side:  top;
	border-collapse: collapse;
}

.tablea{
	border:  thin solid white;
}

td, th{
	border:  thin dotted gray;
	padding:  5px;
}

th{
	background-color:  #cc6600;
}

caption {
	font-style:  italic;
	padding-top:  8px;
}

.cellcolor {
	background-color: #fcba7a;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}