<!--
/* colors and fonts */
body {
background-color:#ffffff;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
min-width:800px;
}

h1 {
font-size:120%;
}
h2 {
font-size:110%;
}
h3 {
font-size:105%;
}

.button {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#9c454e;
border-color:#FF9999;
border-style:outset;
padding-top:2px;
padding-left:2px;
padding-right:1px;
padding-bottom:1px;
color:#FFFFFF;
text-align:center;
}

.toptext {
color:#FFFFFF;
}

.navtext {
	background-color:#9C454E;
	color:#FFFFFF;
	font-size:100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
}

.tabtext {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#9C454E;
font-size:120%;
}

.heading {
font-size:120%;
font-weight:bold;
}

.error {
color:#FF0000;
}

.notice {
	color:#9C454E;
	font-weight: bold;
}

.message {
	color:#9C454E;
	font-weight: bold;
}

.prompt {
color:#6666FF;
}

	/* RSS itmes */
	.channel {
	font-size:120%;
	}
	
	.rss_item {
	background-color:#FFFFFF;
	}
	
	.item_title {
	font-size:110%;
	}
	
	/* Article items */
	.recent_articles {
	background-color:#FFFFFF;
	color:#333333;
	}
	
	.view_title {
	font-size:150%;
	font-weight:normal;
	}
	
	.view_body {
	line-height:150%;
	letter-spacing:0.8px;
	word-spacing:2px;
	}
	
	.view_about, .view_url, .view_author {
	font-size:90%;
	color:#666666;
	}
	
	/* Search Result */
	.search_result_title {
	font-size:120%;
	}
	.search_result_summary {
	font-size:90%;
	}
	


/* special effect */
a:link, a:visited, a:active {
color:#0033FF;
text-decoration:none;
}
a:hover {
color:#CC9900;
text-decoration:underline;
}

.navtext a:link, .navtext a:visited, .navtext a:active {
color:#EEEEEE;
text-decoration:none;
}
.navtext a:hover {
color:#FFFFFF;
text-decoration:none;
}
.nav_background:hover {
background-color:#C14646;
}

.tabtext a:link, .tabtext a:visited, .tabtext a:active {
color:#EEEEEE;
}
.tabtext a:hover {
color:#FFFFFF;
}

.view_author a:link, .view_author a:visited, .view_author a:active {
color:#666666;
text-decoration:none;
}
.view_author a:hover {
color:#6666FF;
text-decoration:underline;
}

.view_url a:link, .view_url a:visited, .view_url a:active {
color:#666666;
}
.view_url a:hover {
color:#6666FF;
}

.author_nav td {
white-space:nowrap;
font-size:110%;
}

.author_nav a:link, .author_nav a:visited, .author_nav a:active {
color:#666699;
text-decoration:underline;
}
.author_nav a:hover {
color:#FF9900;
text-decoration:none;
}
.footer {
	background-color:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-align: center;
}

-->
