html {
	background-image: url(layout/moon.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #FFCC00;
	font-size: 100%;
	font-family: Trebuchet MS, Georgia, Times New Roman, Times, serif;
}
.area {
	width: 320px;
	height: 150px;
}
.contener {
	width: 350px;
	margin: 0px 0px auto auto;
}
h1 {
	color: #990000;
	font-weight: bold
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
body,td,th {
	font-family: Trebuchet MS, Georgia, Times New Roman, Times, serif;
}
.warning {
	color: #FF3366
}
ol {
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
}
li {
	padding: 5px 0px;
}
#googlowaty {
	width: 120px;
	height: 240px;
	position: absolute;
	top: 450px;
	left: 50px;
}