<?

include '../inc.global.php';

?>
* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	color: <?=_FGCOLOR?>;
	background-color: <?=_BGCOLOR?>;
}

body,td,th,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

body {
	
}

img {
	border: 3px solid white
}

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}