
body {
	background-color: #ea0339;
	color: white;
	font-family: "Times New Roman", sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

body.page {
	margin: 0px;
	padding: 0px;
	width: 320px;
}

div#content {
	min-height: 400px;
}
* html div#content {
	height: 400px;
}

a, a:hover {
	color: yellow;
}
a img {
	border-color: yellow;
}

h2 {
	font-size: 120%;
}

html {
	border: none;
	scrollbar-face-color: #0173fb;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #0173fb;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #0173fb;
}

h1 {
	display: none;
}

div#main_menu {
	display: none;
}

div#teasers {
	display: none;
}

div#content {
	margin: 0px;
	padding: 4px;
	width: 320px;
}

div#footer {
	display: none;
}

div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

