a{text-decoration: none}

body{
	line-height: 150%;
	font-family: sans-serif;
	color: #003300;
	background-color: #66cc66;
}

input{
	background:#ccffcc;
	color:#003300; 
	font-family: monospace;
	border-top: 2px double #003300;
	border-left: 2px double #003300;
	border-bottom: 2px double #003300;
	border-right: 2px double #003300;
}

table  th, td{
	border: solid 1px #003300;
}

.table_rule{
	border-collapse: collapse;
}

.td_rule{
	padding: 20px;
	border: dashed 1px #003300;
}

.borderless{
	border-style: none;
}


