body {
	background-image:url(bg.JPG);
}
h1 {
	font-family:verdana;
	font-size:x-large;
	text-align:center;
}
h2 {
	font-family:verdana;
	font-size:medium;
	text-align:left;
	color:#4682B4;
}
p {
	font-family:verdana;
	font-size:small;
	text-align:justify;
}
.smallfont {
	color:#999999;
	text-align:center;
	font-size:xx-small;
}
.smallfont2 {
	color:#666666;
	text-align:center;
	font-size:xx-small;
}
.small {
	font-size:xx-small;
	text-align:left;
}
a {
	text-decoration:none;
	text-align:left;
}
a:link {
	color:#0000CD;
}
a:visited {
	color:#8B0000;
}
a:hover {
	color:#4682B4;
}
table {
	background:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	height:100%;
	width:75%;
}
td {
	padding:20px;
}
.inside {
	height:auto;
	width:auto;
	border-width:0px;
}
.tdinside {
	width:180px;
	border-style:solid;
	border-width:1px;
	border-color:#4682B4;
}
.beauty {
	height:auto;
	width:100%;
	border-width:0px;
}
.tdbeauty {
	width:33%;
	border-style:solid;
	border-width:1px;
	border-color:#4682B4;
	padding:10px;
}
.pbeauty {
	font-family:verdana;
	font-size:xx-small;
	text-align:center;
}
.banner {
	height:auto;
	width:auto;
	border-width:0px;
}
