
/* 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: 16pt;
  	text-align: center;
  	text-decoration: none;
}

H3 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 13pt;
  	text-align: center;
}

H4 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: left;
  	margin-top: 0px;
}

H5 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12pt;
  	text-align: center;
  	text-decoration: underline;
}

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 #00C420 solid;
  border-right: 1px #00C420 solid;
  border-bottom: 1px #00C420 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.back {
  	background-color: #00C420;
}

td {
  	font-size: 12pt;
}

a:link {
  	color: #00C420;
  	background-color: transparent;
  	text-decoration: none;
}

a:active {
  	color: #558822;
  	background-color: transparent;
  	text-decoration: none;
}

a:visited {
  	color: #00C000;
  	background-color: transparent;
  	text-decoration: none;
}

a:hover {
  	color: #447711;
  	background-color: transparent;
  	text-decoration: underline;
}

.right {
  	text-align: right;
}

.center {
  	text-align: center;
}

.white {
  	background-color: white;
}

