body {
	background-color:#ccc;
	color:#1F337F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	background-image: url(/gfx/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 20px;
	padding-left: 50px;
}

.main {
	background-color:#fff;
}

h1 {
	font-size: 30px;
	font-weight: bold;
}

.imageBox {
	border: 1px solid #000;
	margin: 5px;
}

.border {
	color: #fff;
	font-size: 16px;
}

a:link {
	color:#A67E22;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#A67E22;
}

a:active {
	text-decoration: none;
	color:#A67E22;
}
a:hover {
	text-decoration: underline;
}

.border a:link {
	color:#1F337F;
	text-decoration: none;
	font-weight: bold;
}
.border a:visited {
	color:#1F337F;
	text-decoration: none;
	font-weight: bold;
}
.border a:active {
	color:#1F337F;
	text-decoration: none;
	font-weight: bold;
}
.border a:hover {
	text-decoration: underline;
	font-weight: bold;
}


.large {
	font-size: 16px;
}
.small {
	font-size: 12px;
}