BODY {
	background-color: black;
}

H1 {
	font-family: sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: navy;
	margin-top: .5em;
	margin-bottom: .25em;
	text-align: center;
}

H2 {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight : bold;
 	color: navy;
   margin-top : .5em;
	margin-bottom : .25em;
	text-align: center;
}

H3 {
	font-family: sans-serif;
	font-size: 1.3em;
	font-weight : bold;
	color: navy;
	margin-top : .5em;
	margin-bottom : .25em;
}

P {
	font-family: sans-serif;
	margin-top: .75em;
	margin-bottom: .75em;
}

UL {
	font-family: sans-serif;
	margin-top: .25em;
	margin-bottom: .25em;
}

OL {
	font-family: sans-serif;
	margin-top: .25em;
	margin-bottom: .25em;
}

A:LINK {
	color : navy;
}

A:HOVER {
	color : navy;
}

A:VISITED {
	color : navy;
}

A.lunch:LINK {
	color : red;
	font-size: 1.5em;
	font-weight : bold;
}

A.lunch:HOVER {
	color : red;
	font-size: 1.5em;
	font-weight : bold;
}

A.lunch:VISITED {
	color : red;
	font-size: 1.5em;
	font-weight : bold;
}

A.footer:LINK {
	color : #FFFFFF;
}

A.footer:HOVER {
	color : #FFFFFF;
}

A.footer:VISITED {
	color : #FFFFFF;
}

TABLE {
	margin-left : auto;
	}
	
TH {
	font-family: sans-serif;
	font-size: .75em;
	text-align : left;
}

TD {
	font-family: sans-serif;
	font-size: .75em;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .60em;
	color: #FFFFFF;
}

.form_text {
	font-family: sans-serif;
	font-size: .75em;
}

.align_center {
	text-align: center;
}

.red {
	color: red;
}

.red_centered {
	color: red;
	text-align: center;
}

.table_frame {
	background-color: yellow;
	border-top: 4px navy solid;
	border-right: 4px navy solid;
	border-left: 4px navy solid;
	border-bottom: 4px navy solid;
}

.table_main {
	background-color: #FFFFFF;
}

.table_blue_border {
	border-top: 2px navy solid;
	border-right: 2px navy solid;
	border-left: 2px navy solid;
	border-bottom: 2px navy solid;
	background-color: #ffff80;
}

