body {
	font-family: Garamond, Palatino, "Times New Roman", serif;
}

.header {
	text-align: center;
	font-family: Optima, Verdana, Arial, sans-serif;
}

.box {
	border: 1px solid gray;
	background: #FFC;
	padding: 10px;
}
.alert {
	color: red;
	font-size: 2em;
}

.cites {
	margin-left: 15px;
	margin-right: 15px;
}

.footer {
	font-size: 85%;
	text-align: center;
}

a:link {
	color: #903;
	background: none;
}
a:visited {
	color: #C69;
	background: none;	
}
a:active {
	text-decoration: none;
	background: #FF0;
        color: #903;
}
a:hover {
	background: #FF0;
        color: #903;
}

.xhtml {
	float: left;
}
.css {
	float: right;
}

.content { 
	margin-right: 20px;
	margin-left: 20px;
}

li { text-align: left; }

