body {
	font-family: sans-serif, serif, arial;
	margin-left: 5em;
	margin-right: 5em;
	background-color: #f5d5a5;
}

#head {
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 14px;
	background-color: #cc0000;
	color: white;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: #cc0000;
	background-color: white;
}

#navbar {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #cc0000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar li {
	display: inline;
	margin: 0 0.5em 0 0.5em;
}

#navbar a {
	color: white;
	text-decoration: none;
}

#navbar a:hover {
	color: #cc0000;
	background-color: white;
}

#copyright {
	font-size: 10px;
}

.container {
	background-color: #f3f3f3;
	border-left: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	border-top: 1px solid #cc0000;
}

.title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.5em;
}

.body {
	margin: 0 1em 0 1em;
}

.text {
	text-align: justify;
	color: #444444;
	line-height: 150%;
}

.text a {
	color: #666666;
}

.text a:hover {
	color: #cc0000;
}

.screenshot {
	width: 100%;
	border-spacing: 1em;
}

.screenshot td {
	text-align: center;
	padding: 1em;
	border: 2px solid #dfdfff;
}

.logo {
	float: left;
	margin-right: 1em;	
	margin-bottom: 0;
}

.logo_text {
	float: left;
	margin-bottom: 0;
}

.separator {
	clear: both;
}

.right {
	float: right;
	margin-left: 2em;
}

img {
	border: 0;
}

h3, h5 {
	letter-spacing: 0.1em;
}

#news_title {
	background : #c00;
	color: white;
	text-align : center;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	border : 1px dotted white;
	margin-left: 50px;
	margin-right: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 0;
}

#news_title h2 {
	display: inline;
	letter-spacing: 5px;
}



.news {
	background: #ddd;
	color: #333;
	font-size: 10pt;
	font-family: sans-serif, serif, courier;
	border : 1px dotted white;
	margin-left: 50px !important;
	margin-right: 350px;
	padding-left: 2em!important;
	padding-right: 2em!important;
	padding-top: 1em!important;
	padding-bottom: 1em!important;
	line-height: 96%;
	padding: 0;
}
.news a {
	color: #222;
	font-weight: bold;
}

.news a:hover {
   color: #c00;
	font-weight: bold;
}

.news span {
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
	line-height: 200%;
}

.news p {
	display: inline;
}

