body 	{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	padding: 8pt;
	background-color: #ffffff;
	color: #000000;
	}

.title 	{
	font-weight: bold; 
	background-color: #f9e589;
	border: solid 1px;
	}

.normal {
	font-weight: normal;
	} 

li 	{
	margin: 6pt;
	text-align: justify;
	}

th	{
	text-align: left;
	font-size: 0.9em;
	font-family: verdana, sans-serif;
	font-weight: bolder;
	background-color: #f9e589;
	}

td.theme{
	text-align: left;
	font-size: 0.9em;
	font-family: verdana, sans-serif;
	}

td 	{
	padding-right: 0.2cm; 
	text-align: justify; 
	}

p	{
	text-align: justify;
	}

a:link 	{
	color: #4e547d; /* 4e547d */ 
	text-decoration: none;
	}

a:visited {
	color: #4e547d;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF; /* 8289bc */
	background-color: #62699c;
	text-decoration: none;
	}

a[href$='png']:hover, a[href$='jpg']:hover, a[href$='gif']:hover {
	background-color: #FFFFFF;
}

a:active {
	color: #4e547d; 
	text-decoration: none;
	}
a.main 	{
	font-weight: bold;
	}

a.toptitle:visited {
	color: #000;
	}

a.toptitle:active {
	color: #000;
	}

a.toptitle:hover {
	color: #000;
	}

a.toptitle {
	color: #000;
	}

hr 	{
	height: 1px; 
	border: 0px; 
	background-color: #f9e589;
	}

/* Blog feed */
.newsitem {
	padding-bottom:20px;
}

.newstitle {
	font-weight:bold;
	background-color: #f9e589;
	font-size:16px;
	padding:5px;
}

.newscontent {
	padding-left: 20px;
	padding-right: 10px;
	text-align:justify;
}

.date {
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#888;
	background-color:transparent;
	float:right;
	padding-right: 10px;
	padding-top: 8px;
}

h3 {
	font-size:14px;
}

h2 {
	font-size:16px;
}

pre {
	color: #000000; 
	background-color: #CCCCCC; 
	padding-left: 3em;
	border: solid 1px;
	padding: 5px;
}

