
a:hover {
	background-color: transparent;
	color: #FFcc00;
	text-decoration: underline;
}

a:link {
	background-color: transparent;
	color: #0096CC;
}

a:visited {
	background-color: transparent;
	color: #CC9900;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #FF0000;
}

address {
	font-size: 85%;
	font-weight: 300;
}

body {
	background-color: #000000;
	color: #FFCC00;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Optima, sans-serif;
	margin-left: 10%;
	margin-right: 10%;
}

.caption {
	font-size: 90%;
}

.index {
	font-size: 95%;
}

.small {
	font-size:80%;
	}
