
A.button {
	COLOR: #ff0000;
	BORDER: 2px #ff0000 solid;
	PADDING: 2px 2px 2px 2px;
	FONT-WEIGHT: bold;
	
}

A.button:link {
	COLOR: #ff0000;
	BORDER: 2px #ff0000 solid;
	
}

A.button:hover {
	COLOR: #cc0000;
	BORDER: 2px #cc0000solid;
	text-decoration: none;
	cursor: pointer;
}

A.button:visited {
	COLOR: #ff0000;
}

A.button:visited:hover {
	COLOR: #cc0000;
	BORDER: 2px #cc0000solid;
	text-decoration: none;
	cursor: pointer;
}

body, td, div, p, a {
	Font-family: Tahoma, Arial;
	Font-Size: X-Small;
}

a, a:link, a:visited {
	color: #4400aa;
	text-decoration: none;
}


a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:active {
	color: #000000;
}

.leftbar {
	
	BORDER: 1px double;
	PADDING: 5px;
	BACKGROUND: #7485eb;

}

.leftbarin:first-letter{
	font-size: 175%;
	font-weight: bold;
}

.header {
	left: 20px;
	position: relative;
	border: 3px double black;
	background-color: #7485eb;
	padding: 4px;
	font-size: small;
	font-weight: bold;
	width: auto;
	color: black;
}

.footer {
	font-size: larger;
}