a { text-decoration: none; font-weight: bold; color: blue }

<!--a.menu { text-decoration: none; font-weight: bold; color: blue }
a.menu:hover { text-decoration: none; font-weight: bold; color: blue; background: #ffe7a5 }
-->

BODY {font-size: 16pt; background: #eeeeee; font-family: Arial; }

a.menu  { color: black; text-decoration: none; display: block;
	        text-align: center; border-width: 0.1em; border-style: solid;
		        border-color: #404040;  background: #cccccc}
a.menu:hover { color: black; background: white }

a.normal { color: #000088; text-decoration: none;border-color: #404040;  background: #eeeeee; border-width: 1px }
a.normal:hover { color: black; text-decoration: none;border-color: #404040;  background: #cccccc}


table { border: 1px solid; }

img { border: 0; }

.bigtitle { color: black; font-weight: bold; font-size: 35pt }
.midtitle { color: black; font-weight: bold; font-size: 18pt }
.title { color: black; font-weight: bold; }

.warning { color: red; font-style: italic; font-family: Arial; }
.explic { font-family: Courier New; }

table.simpletable { text-align: left; width: 100%; border: 1px solid; cell-padding:1; cell-spacing:1 }
th.simpletable { font-weight: bold; }
