body {
	font-family: Trebuchet MS;
	color: white;
	font-size: 11pt;
	background-color: black;
	background-repeat: no-repeat;
	background-image: url(img/bg.jpg);
}

a:link {
	text-decoration:none;
	color:#0088ff;
}
a:visited {
	text-decoration:none;
	color:#0088ff;
}
a:active {
	text-decoration:none;
	color: white;
}
a:hover {
	text-decoration:underline;
	color: white;
}

div {
	margin-left: 50px;
	margin-right: 50px;
}
div.links {
	font-size: 12pt;
	text-align: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
div.main {
	margin-left: 340px;
}
p.title {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid white;
}
p.big {
	font-size: 12pt;
}
#update {
	border: 2px dashed red;
	padding-right: 10px;
	padding-left: 10px;
}
#facts {
	font-size: 14pt;
}
#last {
	padding-top: 20px;
	padding-bottom: 0px;
	font-weight: bold;
}
#credit {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10pt;
}
#flags {
	margin: 10px;
	font-size: 9pt;
}
#flags img {
	border: 1px solid white;
}
table.photo {	border: 1px solid white;	padding: 5px;	margin-top: 15px;	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;}
table.builder {
	border: 1px solid white;	padding: 5px;
	width: 300px;	margin-top: 15px;	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;}
