@charset "utf-8";
/* CSS Document */

body {background-color: #66FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

h1 {font-family:"Times New Roman", Times, serif;
	color: #003399;
	background-color: inherit;
	font-size: 36px;
}

h2 {font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: inherit;
	font-size: 18px
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: inherit;
}

em {font-weight: bold;
	font-size:24px;
}

table {table-width: 90%;
	margin-left: 35px;
	border-spacing: 25px;
	border-collapse:collapse;
	border-style:none;
	padding: 30px;
}


th {font-family: Times, Times New Roman, Georgia, serif;
	font-size: 30px;
	color:#000066;
	background-color: inherit;
	text-align: center;
}

td {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #990099;
	background-color: inherit;
}

.gold {color: #FFFF00;
		background-color: inherit;
	}
	
li {	font-size: 14px;
	line-height: 1.2em;
	color: #330033
	background-color: inherit;
	}
	
small {background-color: inherit;
		color: inherit;
		font-size:12px;
		}
	


/*--- end file ---*/

