BODY {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	text-align : left;
	background-color : #304053;
}

A {
	color : darkred;
	text-decoration : none;
	font-weight : normal;
	font-size : 15px;
	font-style : normal;
	font-variant : normal;
	font-family : sans-serif;
}

A:HOVER {
	color : #EAE54F;
	text-decoration : none;
	font-weight : normal;
	font-family : sans-serif;
	font-size : 15px;
	font-style : normal;
	font-variant : normal;
}

.info {
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-family : sans-serif;
	text-align : center;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom : 0px solid #8795B0;
	background-color : #7F9272;
}