@import "worlds05.css";

body, div, p, th, td, li, dd    {
    font-family: Arial, Helvetica, sans-serif, Verdana, Lucida;
	/*font-family: Trebuchet MS;*/
	font-size: 11;
    }

li {
	list-style-type: disc;


}

body {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: #000000;
}

.poster {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}

.entrance {
	color: #000000;
	margin-top: 100px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: red;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;

}

a:link {
	color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: red;
	}

a:active {
	color: #FFFFFF;
}

a.hidden {
  color: #FFFFFF;
}

.menu {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

input, select, textarea {
	font-size: 9px;
}

.copyright {
	font-size: 10px;
}

.bg_table {
	background-image: url(pics/last_sight.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;


}
