body{
	font-family : Verdana,sans-serif;
	font-weight : normal;
	color : black;
	background-color : white;
	text-decoration : none;
	background-image : url(/images/paper.gif);
}
img{
	border: none;
}
#nav {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 150px;
	float: left;
	padding: 8px;
	margin: 12px;
	text-align: left;
	}
#nav a {
	height: 20px;
}
#nav a:link { 
	color : #a40000;
	font-weight : bold;
	background-color : white;
}
#nav a:visited {
	color : #a40000;
	font-weight : bold;
	background-color : white;
}
#nav a:hover {
	background: #ffffff;
	color : #000000;
	font-weight : bold;
}
#nav a:active { 
	color: #ff0000;
	font-weight : bold;
	background-color : white;
}
.center{
	text-align: center;
}	
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.red{
	color: red;
}