span.google {
	font-size: x-small;
	font: sans-serif;
}
BODY {
	background-color : #FFFF99;
	font-family : Arial, sans-serif;
	font-size : medium;
	text-align : center;
}

A {
	color : #5A8600;
}

A:HOVER {
	color : #FF3300;
}
p.headings {
	font-size : large;
	text-align : center;
	font-style : normal;
	font-family : sans-serif;
}
table.main {
	background-color : #FFFF99;
	width : 520px;
	border : 1px double;
	border-style : double;
	border-color : Black;
	}
table.display {
	background-color : #FFFFCC;
	width : 560px;
	border : 1px solid;
	border-color : Black;
	border-width : thin;
}
td.middle {
	width : 120px;
	text-align : center;
}
p.bottom {
	font-family : sans-serif;
	letter-spacing : 3px;
	font-size : xx-small;
	font-weight : bolder;
}
p.regular {
	font-family : sans-serif;
	font-size : small;
	color : #FF6633;
	text-indent : 10px;
	padding : 10px;
}
table.text {
	background-color : #FFFFCC;
	width : 560px;
	border : 1px solid;
	border-color : Black;
	border-width : thin;
	}
	
p.description {
	font-family : sans-serif;
	font-size : x-small;
	color : #339966;
	text-indent : 10px;
	padding : 10px;
}