body {
	background-position: center;
	background-color: #575757;
	font-family: "Courier New", Courier, monospace;
	color: #CCCCCC;	
	margin: 0;
	font-size: 0.75em;
}

img {
	border: 0;
}

img.model {
	border: 6px;
	border-color:#fff;
}

p {
	margin: 0;
	font-size: 100%;
}

p.front_page {
	margin: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
	color: #CC0000;
}

h1, h2, h3, h4 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

/* Menu */

#menu {
	padding-top: 0;
	background-color: #333333;
}

#menu a {
	padding: 0 15px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

.downloadbutton {
	background: transparent;
	border: 0;	
	cursor: pointer;
}

#menu a:hover {
	text-decoration: underline;
}