body {
	color: #000000;
}

a.h2 {
	color: #000000;
	font-variant: small-caps;
	padding-top: 10px;
	font-size: 12pt;
	font-weight: bold;
}

p {
	font-family: georgia, serif; 
	font-size: 10pt;
}

hr {
	color: #000000; 
	height: 1px 
}

a {
	color: #ffffff; 
	font-variant: small-caps;
	text-decoration: none;
}

body {
  	background-image: url("images/bg.png");
  	background-color: #70b7ff;
  	background-repeat: repeat-y;
}

table.tab2 {
	background-color: #fafafa;
	border: 1px #000000 solid;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

table.tab {
  	background-image: url("images/tile.png");
	background-repeat: no-repeat;
	float: left;
	width: 287px;
	height: 188px;
	padding-left: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 20px;
}

img.tab {
	border: 2px #000000 solid;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}
