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

body {
	margin-top: 50px;
	margin-left: 100px;
	background-color: #44a12b;
	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 {
	display: block;
	width: 700px;
}

#description {
	color: #ffffff;
	font-family: Georgia;
}

.subline {
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
}

#foot {
	width: 100%;
	display: block;
	font-size: 70%;
	color: #000000;
	margin-top: 80px;
	line-height: 1.5em;
}.strongText {
	font-family: Georgia;
	font-weight: bold;
}

