body {
#set bg color;
	background-color: lightyellow;
#set text alignment;
	text-align: left;
	text-indent: 0%;
	margin-right: 5%;
	margin-left: 5%;
	font-size: x-large;
}
H1, H2, H3	{
	text-align: center
	}

IMG {
	align: center;
}

Table.1 {
#set text color;
	color:blue;
#set relative table width;
	width: 100%;
#set text alignment for all cells;
	text-align: center;
}
Table.2 {
#set text color;
	color:blue;
#set relative table width;
	width: 60%;
#set text alignment for all cells;
	text-align: center;
	margin-left: 20%;
}
Table.3 {
#set text color;
	color:blue;
#set relative table width;
	width: 80%;
#set text alignment for all cells;
	text-align: center;
	margin-left: 10%;
# put a border around the table - 2 lines;
	border: double;				#1st line;		
	border-width: .25em;		#2nd line;		
	border-color: green;		
	background-color: #FFBF8E;
}
