body	{ background-color: lightblue;
	  color: black;
	  font-family: garamond; }

#main { width: 1000px;
	background-color: lightblue }

table.title { text-align: center }
table.title td 	{ padding: 0px 10px; margin: 0px; }

h3	{ display: inline }

td.lefttd  { text-align: right }
td.righttd { text-align: left }
td.separator { border-bottom: thin solid; font-size: 1px }

tr.list:hover { background: lightblue; cursor: pointer }
tr.odd { background: lightblue }

a	 { text-decoration: none; color: darkblue }
a:hover	 { color: red }

#title { text-align: center }
#menubar { text-align: center }
#view { width: 610px; }