body{
	background-color : #FFFFF0;
	font-family : Arial, Helvetica, sans-serif;
}
a{color : #006400;}
a:hover{color : Maroon;}
big{color:maroon;}
table {
	border: 1px solid teal;
}
th {
	color: white;
	background: teal;
}
td,p {
    font-size: 13px;
}
/* alternating row colors */
.row1 {
	background: #EEFFEE;
}
.row2 {
	background: #FFFFFF;
}
.footer {
	font-size: 11px;
}
