﻿body	{ background-color: black;
	  color: white;
	  font-family: garamond; }

#main { width: 1000px;
	background-color: #300040 }

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: indigo; cursor: pointer }
tr.odd { background: #500060 }

a	 { text-decoration: none; color: yellow }
a:hover	 { color: red }

#title { text-align: center }
#menubar { text-align: center }
#view { width: 610px; }