/* CSS Document */	

* { 
	font-family: arial,helvetica,sans-serif;
	}

body {
	font-size: small;
	background-image:url(bground.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
form {
	margin: 0;
	padding: 0;
	}

h1 { 
	font-size: 140%;
	color: #039;
	font-weight: bold;
	margin-top: 10px;
	}

h2 { 
	font-size: 120%;
	color: #039;
	font-weight: bold;
	margin-top: 10px;
	}

h3 { 
	font-size: 100%;
	color: #039;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	}

A { 
	color: #039;
	text-decoration:underline;
	}

A:hover { 
	color:#f00;
	text-decoration:underline;
	}
	
.entries {
	font-size: 80%;
	}
	
.menu { 
	font-size: 80%;
	color: #fff;
	}
.menu A { 
	color:#fff;
	text-decoration:underline;
	}
.menu A:hover { 
	color:#fff;
	text-decoration:underline;
	}
.menu A:visited { 
	color: #fff;
	}	

.footer { 
	font-size: 80%;
	color: #333;
	}
.footer A {
	color:#339;
	text-decoration:underline;
	}
.footer A:hover { 
	color:#f00;
	text-decoration:underline;
	}
.footer A:visited { 
	color: #333;
	}
	
.hide {
	color: #fff;
	}

.highlight {
 	color:#039;
 	font-weight:bold;
 	}