View file glibr/style.css

File size: 381B
BODY, TD {
	background-color: #D2B48C;
}
 
A {
	color: blue;
}

A:Hover {
	color: red;
}

div.top {
	border-bottom: 2px #fce1ae;
	color: Red;
	background: #cc9933;
	border: 2px groove Maroon;
	text-align: center;
	border-top-width: 3px;
	font: medium serif;
}

div.l {
	text-align: left;
	
}

div.c {
	text-align: center;
}

hr {
	width: 50%;
}