:focus {
outline: 0;
}

.mainbg {
	background-image: url(images/bg.jpg);
}
body {
	background-color: #D9CAB2;
	background-image: url(images/bg3.jpg);
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bolder;
}
.small {
	font-size: 0.9em;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
	font-weight: bold;
	color: #B1983B;
	padding: 4px;
}
.footer {
	font-size: 0.7em;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
}
a:link, a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #726056;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #40362D;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}
.large {
	font-size: 24px;
	font-weight: bold;
}
.medium {
	font-size: 20px;
	font-weight: bolder;
}
.smainbg {
	background-image: url(images/s-bg.jpg);
}

h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFCC;
	padding: 4px;
}

.yellow {color: #FFFFCC}
