body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}

.p {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}

.h1 {
	font-size: 26px;
	color: #F1F093;
}
.h2 {
	font-size: 18px;
	color: #F1F093;
}

.footer {
	font-size: 11px;
	color:#FFFFFF;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.locat{color: #0000FF;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;

}
.contents{color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;

}

a {
	font-size: 13px;
	color: #0033FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FFFF
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #990000;
}