body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	img {border:none};
	background-color: #000000;
}

h1 {
	background-color: #68838B;
}

a:link {
	color: #99FFFF;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #99FF99;
	text-decoration: none;
	outline: none;

}

a:hover {
	text-decoration: underline;
}

.tabela {
	border-bottom-style: solid;
	border-top-color: #009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	outline: none;
}

.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009966;
}

.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}


