BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	text-decoration : none;
	background-color: #ccff99;
	padding-right : 18px;
	padding-left : 5px;
}


LI,P,INPUT,SELECT,TEXTAREA {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
color : black;
text-decoration : none;
}

A {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size : 10pt;
background-color: transparent;
color: blue;
}

A:HOVER {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size : 10pt;
background-color: transparent;
color: red;
}

A:ACTIVE {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size : 10pt;
background-color: green;
color: white;
}

TABLE {
font-size : 10pt;
border: 2px;
border-spacing: 0px;
border-collapse: collapse;
border-color: green;
border-style: solid;
width: 620px;
}

.menu {
font-size : 10pt;
border: 2px;
border-color: green;
border-style: solid;
width: 130px;
}

TD {
border-bottom: 1px;
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-color: green;
border-style: solid;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}

