/* CSS template for the GUI tanker.php */

body {
	margin-top: 50px;
	margin-left: 100px;
	background-color: #ffed00;
	font-family: Georgia;
	font-size: 17px;
	color: #000000;
	line-height: 1.5em;
}

h1 {
	font-size: 16px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

#wrapper {
	
}

#menu {
	width: 700px;
	display:block;
	margin-bottom: 20px;
}

#container {
	width: 670px;
	display: block;
}

#foot {
	display: block;
	width: 100%;
	float: left;
	font-size: 70%;
	color: #000000;
	margin-top: 80px;
	line-height: 1.5em;
}
