
body {
	margin-top: 20px; 
    margin-bottom: 20px;
    margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	background-color:#00FFFF;
	font-size: 14px;
	font-family: "Calibri", Times New Roman, Times, serif;
	text-align: Left;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
    
}

h2 {
	font-size: 23px;
}

table, td, th {
    
	border: 1px solid black;
	border-color:#0000CC;
}

table {
    border-collapse: collapse;
    width: 397px;
	height: 283px;
	color: #0000FF;
}

th {
    height: 50px;
	background-color:#FFFF00;
	color: #000000;
} 
	
	
}
