body {
	background-color: #3c5a6f;
	color: #60a7d9;
}
.title {
	font-variant: small-caps;
	margin-left: 25px;
}

div.supporters {
	width: 300px;
	height: 100px;
	padding: 5px;
	margin-left: auto;
	margin-right: 25px;
}

.semi-comment {
	font-weight: bold;
	font-color: grey;
	font-size: 8pt;
}

div.header {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #73c0f6;
	font-variant: small-caps;
	font-size: 10pt;
	cursor: pointer;
}

div.content {
	min-width:	800px;
	height:		500px;
	margin-left:	55px;
	margin-right:	55px;
	background-image: url('main-new.png');
	background-repeat: no-repeat;
	background-position: center center;
}
div.content p {
	color: lightgray;
}
div.content span {
	color: lightgray;
}

a {
	color: white;
	font-size: 10pt;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: none;
}

