body {
background-color: #DAFAFE;
margin: 0px;
padding: 4px}
table { background-color: white;}
td, th { border: 2px ridge blue;}
th.ItIsAnActive {
/*color:#999999;*/
font-weight: 100;
border-left: 2px ridge blue;
border-top: 2px ridge blue;
border-right: 2px ridge blue;
border-bottom: 0px groove blue;
margin: 0px;
}

td.ItIsBody {
background-color : white;
border-left: 2px ridge blue;
border-top: 0px groove blue;
border-right: 2px ridge blue;
border-bottom: 2px ridge blue;
padding: 12px;
}

th.ItIsNotActive {
margin: 0px;
border-left: 0px groove blue;
border-top: 0px groove blue;
border-right: 0px groove blue;
border-bottom: 2px ridge blue;
background-color: silver;
}
a:hover {
	background-color : #C1FFC1;
	color : #00009F;
	text-decoration : none;
}
input {width: 100%;
       cursor: hand;
/*       background-color: white; */
       color: blue;
       text-decoration: underline;
}
li {margin-bottom: 8px;}
div,center {color: #888888;}
H3 {color: #575757; text-decoration: underline; font-style: italic;}
td.message {border: 0px solid white;}
.image {border: 0px solid white;}