body
{
	background-color: rgb(195, 195, 235);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;

	text-align: center;
}

#header
{
	font-family: 'Times New Roman', Times, serif;
	color: #3333FF;
	font-style: normal;
	font-weight: bold;
	font-size: xx-large;
}

.font1
{
	font-size: 24pt;
}

.font2
{
	font-size: 12pt;
}

.p1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3333FF;
	font-size: x-large;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.p4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3333FF;
	font-size: large;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;

}

.table1
{
	table-layout: auto;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	color: #3333FF;
	width: 900px;
}