html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #7c7c7c;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl {
	font-family: "lucida grand", verdana, arial, geneva, sans-serif;
	color: #ffffff;
}
font, th, td, p {
	font-size: 11px;
}
ul, ol {
	margin: 0em;
	padding: 0;
}
li {
	margin-left: 1.5em;
	padding: 0;
}
form {
	margin: 0;
}

a:link {
	color: #fff000;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #fff000;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #992222;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #992222;
	background-color: transparent;
	text-decoration: underline;
}

.pink {
	color: #E70079;
	font-weight: bold;
}

