a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:active {
	color: red;
}

body , table , input , select {
	font-family: Verdana, Arial, Sans Serif;
	font-size: small;
}

body {
	background-color: white;
}

input , select {
	vertical-align: middle;
}

h1 , h2 {
	color: black;
	font-size: large;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 10px;
}

h3 , h4 {
	color: black;
    text-decoration: underline;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
}

pre {
	white-space: normal;
	margin: 0;
}

.title {
	font-size: small;
	font-weight: bold;
}

.description {
	font-size: 80%;
	font-weight: normal;
}

blockquote {
	color: gray;
	border: 1px solid black;
	font-style: italic;
}

.authorcol {
	width: 100px;
	overflow: hidden;
}

span.news_date {
    color: rgb(0,0,0);
    font-size: 1.1em;
    font-weight: bold;
}

td.menu {
	font-size:12px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

A.menu {
	font-size:12px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	text-decoration:none;
}

A.menu:hover {
	font-size:12px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#ff9711;
	text-decoration:underline;
}

