body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.heading {
	font-size: 1.9em;
	font-style: italic;
	text-align: center;
	color: #000000;
	background-color: #33ccFF;
}
.subheadblu {
	text-transform: capitalize;
	color: #3366FF;
	font-style: italic;
	font-weight: bold;
}

a {
	font-weight:bold;
	color:#3366ff;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#3366ff;
	text-decoration:underline;
}

.picleft {
	float: left;
}

.picright {
	float: right;
}

.container {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

.tableblack {
	border: 1px solid #00000;
}

.tableblack td {
	background-color:#000000;
}

.red {
	color:#FF0000;
}