View file guest3v/styles/simple.css

File size: 713B
BODY, TD {
	background: White;
	color: Navy;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

A {
	text-decoration: none;
	color: Maroon;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}
div.up {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 1px 0px;
	text-align: center;
}
div.blok {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 1px 0px;
	text-align: left;
	background: transparent;
	color: Blue;
}
div.top {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 1px 0px;
	background-color: Olive;
	text-align: center;
}
div.add {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 1px 0px;
	text-align: center;
}