
/* styles for garedn room - this is a comment */
body {
  	color: black;
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12pt;
  	text-align: left;
  	font-weight: normal;
  	background-color: #FFFFFF;
}

H2 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 20pt;
  	text-align: center;
  	text-decoration: none;
}

H3 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 15pt;
  	text-align: center;
	margin-top: 5px;
}

H4 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 14pt;
  	text-align: left;
  	margin-top: 0px;
}

H5 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12pt;
  	text-align: center;
  	text-decoration: none;
	margin-bottom: 2px;
}

h6 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: center;
}

P {
  	font-family: "Times New Roman", "Times", "serif";
  	font-size: 12pt;
  	text-align: left;
} 

p.S {
  	font-size: 10pt;
  	font-style: italic;
}

LI {
  	font-family: "Times New Roman", "Times", "serif";
  	font-size: 12pt;
}

 
img.edged {
  	border-top: 1px #008420 solid;
  	border-right: 1px #008420 solid;
  	border-bottom: 1px #008420 solid;
  	border-left: 1px #00C420 solid;
}

  
table {
  	width: 100%;
  	background-color: #FFFFFF;
  	margin-top: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	padding-top: 3px;
  	padding-left: 3px;
  	padding-right: 3px;
  	padding-bottom: 3px;
  	border-top: 0px;
  	border-right: 0px;
  	border-bottom: 0px;
  	border-left: 0px;
}

table.menu {
	text-align: center;

}

table.back {
  	background-color: #008420;
}

td {
  	font-size: 12pt;
	vertical-align: top;
}

td.menu {
	text-align: center;
	width: 33%;
	background-color: #008420;
}

a:link {
  	color: #008420;
  	background-color: transparent;
  	text-decoration: none;
}

a:active {
  	color: #558822;
  	background-color: transparent;
  	text-decoration: none;
}

a:visited {
  	color: #00A000;
  	background-color: transparent;
  	text-decoration: none;
}

a:hover {
  	color: #447711;
  	background-color: transparent;
  	text-decoration: underline;
}
a.menu:link {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}
a.menu:active {
  color: #ffffff;
  background-color: transparent;
}
a.menu:visited {
  color: #e0e0e0;
  background-color: transparent;
  text-decoration: none;
}
a.menu:hover {
  color: #000040;
  background-color: transparent;
  text-decoration: underline;
}
.right {
  	text-align: right;
}

.center {
  	text-align: center;
}

.white {
  	background-color: white;
}
