body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	text-align: center;
	background-color: #400020;
	background-image: url("Burgundy_Velvet.jpg");
}

P {
	font-family: 'Arial';
	color: #FFFFFF;
	font-size: 12pt;
	text-align: justify
}


ul { 
	list-style-type: square; 
	color: #FFFFFF;
} 

li { 
	list-style-position: outside;
	color: #FFFFFF;
} 


a:link { color: #A081FF; text-decoration:none; }
a:visited { color: #C0C0C0; }
a:hover { color: #D200FF; text-decoration:underline; font-weight: bold; }
a:active { color: #CCFF66; }


td {
	vertical-align: top;
}

div {
	text-align: center;
}

h1 {
	font-family: Times;
	text-align: center;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
    text-decoration: underline;
}

h2 {
	font-family: Arial;
	color: #FFF;
	text-align: center;
}

#table1 {
	height: 600px;
	width: 600px;
	background-color: #300C21;

}

#table3 {
	width: 100%;
	border-spacing: 5px;
}

table#table3 td {
	padding: 10px;
	height: 100px;
}

#table4 {
	width: 100%;
	border-spacing: 5px;
}

table#table4 td {
	padding: 5px;
}
