body {	background-color: black; 
	background-image: url(/media/default.png);
	color: #005514; 
	font-size: 11px;
	font-family: georgia;
	margin-top: 0px;
	margin-bottom: 0px;
} 

img.logo {	width: 600px;
	height: 100px;
	border-style: none;
}

img { border-style: none; 
	max-width: 777px;
}

a {	color: 005514; 
	text-decoration: underline;
}

a:hover {	color: white;
	text-decoration: underline;
}

table.page {    background: black;
        border-collapse: collapse;
        border-style: outset;
        border-color: black;
        border-width: 1px;
        width: 1000px;
        height: 100%;
}


td { border-style: none }

td.header { background-image: url(/media/texture1.png);
	text-align: center;
	font-size: xx-small;
}

td.body { background: #bababa;
	padding: 0.5cm 1.0cm;
	vertical-align: top;
}


td.footer {	background-image: url(/media/texture1.png);
	text-align: center;
	vertical-align: bottom;
}

td.menu {	background: #bababa;
	width: 100px;
	text-align: center;
	vertical-align:	top;
	padding: 0.5cm 1.0cm;
	border-right-style: solid; 
	border-right-color: black; 
	border-right-width: 2px; 
}

