H2 { font-family: "Verdana";
     font-size: 16px;
	 word-spacing: 5px;
	 letter-spacing:3px;}

P { font-family: "Verdana";
    font-size: 14px }
.menu { font-family: "Verdana";
	    font-size: 12px;
		font-weight: bold;
		padding-right: 5px;
		padding-left: 5px;
		border-left: thin ridge #CC0000;
		border-right: thin ridge #CC0000 }
table.picture {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.picture td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}