body, page, table, td, normal, p {
 color: #604040;
 font-size: 10pt; font-family: Verdana, Arial, Helvetica;
}
body,page { background-color: beige; }

td.image {background: #dfdfbf; }
tr.ctrl { background: #efefbf; }
a:link         { text-decoration: none; color: black; }
a:visited    { text-decoration: none; color: purple; }
a:hover      { text-decoration: none; color: red; }
a:active     { text-decoration: none; color: purple; }
h1 { font-size: 16pt; font-family: "Arial Rounded MT bold"; }
h2 { font-size: 14pt }
h3 { font-size: 12pt }
h4 { font-size: 10pt }
p { border-style: solid; border-width:2px}

#show {
	opacity: 1;
	transition: opacity 1000ms;
}
#hide {
	opacity: 0;
	transition: opacity 1000ms;
}
