BODY
{
	color: black;
	background-color: white;
	margin-top: 0;
	margin-bottom: 0;
	font-size: large;
}

A:link, A:visited
{
	background-color: transparent;
	color: #369;
}

A:active
{
	background-color: transparent;
	color: #933;
}

H1
{
	margin-top: 8px;
	padding: 4px;
	font-size: xx-large;
	font-family: sans-serif;
	text-align: center;
	color: #369;
	background-color: inherit;
	border-bottom: solid gray 1px;
	border-top: solid gray 1px;
}

H2
{
	font-size: larger;
	font-family: sans-serif;
	color: #006;
	background-color: inherit;
}

P
{
	margin-left: 1cm;
	margin-right: 1cm;
	text-align: justify;
}

PRE
{
	margin-left: 1cm;
	margin-right: 1cm;
	background-color: #ccd;
	padding: 1px;
}

UL
{
	margin-left: 1cm;
	margin-right: 1cm;
}

LI
{
	margin-bottom: 4px;
}

IMG
{
	border-width: 0px;
}

DIV.img
{
	text-align: center;
}

.navbar
{
	text-align: center;
	border-bottom: solid gray 1px;
	padding: 2px;
	font-family: sans-serif;
}

.navitem
{
	margin: 2px 10px;
}

.selected
{
	color: #006;
	background-color: inherit;
	font-weight: bold;
}	

.contact
{
	font-size: small;
	padding-top: 12px;  
	padding-bottom: 12px;  
}

.contact .valid
{
	float: right;
}

.quote
{
	font-style: italic;
}

.footer
{
	text-align: center;
	border-top: solid gray 1px;
	padding: 2px;
	font-size: 85%;
	color: gray;
	background-color: inherit;
}

.file, .command, .code
{
	color: green;
	background-color: inherit;
	font-family: monospace;
}

/*
 * NEWS
 */

.newsitem
{
	border: solid silver 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	clear: right;
}

.newsitem .head
{
	border-bottom: solid silver 1px;
	background-color: #cdd;
}

.newsitem .date
{
	float: right;
	color: gray;
	background-color: transparent;
	padding: 1px;
}

.newsitem .topic
{
	color: #006;
	background-color: transparent;
	font-weight: bold;
	padding: 2px;
}

.newsitem .question
{
	font-style: italic;
}

.note
{
	font-style: italic;
	text-align: center;
	margin: 2px 8%;
}

.warning
{
	color: #600;
	background-color: inherit;
	border: solid red 2px;
	padding: 3px;
}

.warning A:link, .warning A:visited
{
	background-color: transparent;
	color: #600;
}

.warning A:active
{
	background-color: transparent;
	color: red;
}

