.blue {
	color: #0080FF;
}
body {
	background-color: #487DA0;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#form {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.yellow {
	color: #FF0;
}
.violet {
	color: #8000FF;
}
.pink {
	color: #FF80FF;
}
.brblue {
	color: #00F;
}
.orange {
	color: #FF8000;
}

#wrap {
	background-color: #002740;
	width: 1024px;
	margin: auto;
}
.main {
	width: 1024px;
}

#content {
	text-align: left;
	background-color: #FFF;
	padding: 20px;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	color: #487DA0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3, h4 {
	text-align: left;
}.border {
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #487DA0;
}

.banner {
	text-align: center;
	background-color: #002740;
	height: 210px;
}

#footer {
	text-align: center;
	background-color: #FFF;
	height: 60px;
	border-top-style: double;
	border-top-color: #002740;
	border-right-color: #002740;
	border-bottom-color: #002740;
	border-left-color: #002740;
}
#navbar {
	text-align: center;
	color: #FFF;
	height: 100px;
	line-height: 1.5;
}
#navbar a{
	text-decoration: none;
	color: #FFF;
}
#navbar a:visited {
	text-decoration: none;
	color: #CFF;
}
#navbar a:hover {
	text-decoration: underline;
	color: #FF3;
	background-color: #066;
}
.form a {
	text-align: center;
}
table.name {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
th {
	color: #FFF;
	background-color: rgba(72,125,160,0.50);
	text-align: center;
	border-top-color: #487DA0;
	border-right-color: #487DA0;
	border-bottom-color: #487DA0;
	border-left-color: #487DA0;
	padding: 0.5em;
}
td {
	border: 1px solid rgba(72,125,160,0.50);
	font-weight: bold;
	padding: 0.25em;
}
.green {
	color: #093;
}
.red {
	color: #F00;
}
.image_left {
	float: left;
	padding-right: 50px;
}
.image_right {
	float: right;
	padding-left: 1em;
}.guestbook {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.guestbook tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center    {
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
#surnames tr:nth-child(even) {
	background-color: rgba(0,39,64,0.125);
}
#surnames tr:nth-child(odd) {
	background-color: rgba(72,125,160,0.25);
}
.newspapers {
	color: #487DA0;
}
#surnames {
	/* [disabled]text-align: center; */
	margin-left: auto;
	margin-right: auto;
}
