﻿
body{
/*
	background	: #115022;
	color		: #FFFFFF;
*/
	background	: #FFFFFF;
	color		: #333300;
	text-align	: center;
}

a{
/*
	color		: #DD2255;
*/
	color		: #3355AA;
}

input, textarea, select{
	border		: 1px solid;
	font-size	: 100%;
}



.Header{
	margin-top	: 3em;
	margin-bottom	: 2em;
	font-size	: 2em;
}

.Menu{
	list-style-type	: none;
	list-style-position : inside;
	margin	: 0em auto 3em auto;
}

.Menu li{
	border-left	: solid 6px;
	display		: inline;
	margin-right	: 3em;
}

.Footer{
	border-top	: solid 1px;
	font-size	: 0.8em;
	text-align	: right;
}

.Back{
	text-align	: right;
}


