A {
	color: green;
}
BODY {
	background-color: lightskyblue;
	font-family: Verdana, Arial, sans-serif;
}
H4 {
	color: black;
	font-size: 20px;
	text-align: right;
}
TD {
	padding: 2px;
}
TH {
	background: lightgreen;
	text-align: center;
	vertical-align: top;
}
#content {
	font-size: 12px;
	margin: 12px;
}
#copyright {
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 780px;
}
#copyright A {
	color: #006600;
	font-size: 10px;
	text-decoration: none;
}
#footer {
	background: lightcyan url('../images/footer.jpg') no-repeat;
	clear: both;
	height: 324px;
	width: 780px;
}
#header {
	background: #6699FF url('../images/header.jpg');
	height: 250px;
}
#link 
{
	font-size: 10px;
	text-align: center;	
}
#menu 
{
	background-color: lightgreen;
	border-bottom: 1px solid lightgreen;
	border-top: 1px solid lightgreen;
	color: lightgreen;
	font-size: 12px;
	width: 780px;

}
#name {
	background-color: lightgreen;
	color: green;
	font-size: 12px;
	text-align: center;
}
#menu A {
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#menu A:hover
{
	color: dimgray;
}
#menu A.menu-item-red
{
	color: Red;
}
#page {
	background: lightcyan;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
.action
{
	border-collapse: collapse;
	width: 750px;
}
.bordered {
	border: 2px solid lightgreen;
	margin: 20px;
	text-align: left;
}
DIV.center {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.row 
{
	border-bottom: 1px lightgreen solid;
	border-top: 1px lightgreen solid;
	border-collapse: collapse;
}
.menu-item
{
}
.note {
	background: lightgreen;
	text-align: center;
}