body {
	background-color: #000;
	font-size : 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color : #999;
	margin:0;
}
.page {
	width:75%;
	margin:0 auto;
}
a:link, a:visited, a:active {
	color: #fcc;
	text-decoration: none;
	font-weight: normal;
	cursor: sw-resize;
}
a:hover {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	cursor: sw-resize;
}

.head {
	background-color:#001;
	border: #fcc 1px ridge;
	padding: 1px;
	font-size:120%;
	font-weight: bold;
	color: #c00;
	letter-spacing: 3px;
	text-align: center;
	width: 25%;
}
