body
{
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin: 0em;
}
#header
{
	background-color: #ffffff;
	margin-top: 0em;
	margin-left: 0em;
}
#logo
{
	font-weight: normal;
}
.nu
{
	font-size: 5em;
	font-weight:bold;
	color: #ff6500;
}
.eens
{
	font-size: 5em;
	font-weight:bold;
	color: #0099ff;
}
.nl
{
	font-size: 5em;
	font-weight:bold;
	color: #20bc2e;
}
#menu
{
	background-color: #ff6500;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size: 2.5em;
	color: #ffffff;
}
#menu a:link {
	color : #ffffff;
	text-decoration: none;
} 
#menu a:visited
{
	color: #ffffff;
	text-decoration: none;
} 
#menu a:hover
{
	color : #ffffff;
	background-color: 333333;
	text-decoration: none;
} 
#menu a:active { 
	color : #ffffff;
	text-decoration: underline;
}
#article
{
	background-color: #ffffff;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	border-bottom: 1px solid #999999;
	overflow: auto;
	width: 100%;
}
H1
{
	font-size: 3em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top:0em;
	margin-bottom:0.1em;
} 
H2
{
	font-size: 2em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	margin-top:0em;
	margin-bottom:0.1em;
	text-align: left;
}
H3
{
	font-size: 1.5em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	margin-top:0em;
	margin-bottom:0em;
	text-align: left;
}
.boldtext
{
	font-weight: bold;
}
.italicstext
{
	font-style: italic;
}
#article:hover
{
	background-color: #efefef;
}
#article a:link
{
	color: #000000;
	text-decoration: none;
} 
#article a:visited { 
	color : #000000;
	text-decoration : none;
}
#article a:hover { 
	color : #000000;
	text-decoration : none;
} 
#article a:active { 
	color : #000000;
	text-decoration: none;
}
#articleImage
{
	float: right; 
	width: 168px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#fullArticleImage
{
	float: right; 
	padding-bottom: 0.4em;
	padding-right: 0.4emx;
}
.comment
{
	font-size: 0.9em; 
	font-weight: normal;
	color: #333333;
	padding-top: 0em;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}
.readmore
{
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
}
img
{
	border: 0em;
}
p
{
	margin-top:0em;
	margin-bottom:0em;
}
#footer
{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#footer a:link {
	color : #ff6500;
	text-decoration: none;
}
#footer a:visited
{
	color: #ff6500;
	text-decoration: none;
}
#footer a:hover
{
	color : #ff6500;
	text-decoration: underline;
}
#footer a:active { 
	color : #ff6500;
	text-decoration: underline;
}