.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #6633FF;
	background-color: #FFFF00;
	text-align: center;
	border: medium double #CC0000;
	line-height: normal;
}
.gallery {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline overline line-through blink;
	background-color: #FFFF00;
	background-image: url(images2/aaa_web.jpg);
	background-position: center center;
	text-align: center;
	vertical-align: top;
	height: 4px;
	width: 3px;
	border: thick double #3300FF;
	list-style-position: inside;
	list-style-image: url(images2/aaa_web.jpg);
	list-style-type: lower-alpha;
	margin: 5px;
	padding: 5px;
}

