a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:link, a:visited, a:active
{
	color: #0066ff;
}

body
{
	background: white;
	color: black;
	font-family: verdana,helvetica,arial,sans-serif;
}

img.alex
{
	margin-left: 2em;
}

p.tr
{
	margin-left: 2em;
	margin-right: 2em;
	font-size: 0.8em;
}

ul.tr
{
	font-size: 0.8em;
	margin-left: 4em;
	margin-right: 2em;
}

pre
{
	white-space: pre;
	margin-left: 2em;
	margin-right: 2em;
}

.title
{
	font-size: 1.2em;
	font-weight: bold;
}

.dialogue
{
	margin-left: 2em;
	margin-right: 2em;
}

table.frame
{
	border: thin solid #000000;
	margin-left: 5px;
	margin-right: 5px;
}

td.navbar
{
	background: #ffff99;
	color: black;
	font-size: 0.8em;
}

td.text
{
	background: #99ccff;
	color: black;
	font-size: 0.8em;
}

td.blurb
{
	background: #ccffcc;
	color: black;
	font-size: 0.8em;
}

td.bh
{
	background: #99ccff url(./img/b.jpg);
	color: #99ccff;
}

td.bv
{
	background: #99ccff url(./img/b.jpg);
	color: #99ccff;
}

td.gh
{
	background: #ccffcc url(./img/g.jpg);
	color: #ccffcc;
}

td.gv
{
	background: #ccffcc url(./img/g.jpg);
	color: #ccffcc;
}

td.yh
{
	background: #ffff99 url(./img/y.jpg);
	color: #ffff99;
}

td.yv
{
	background: #ffff99 url(./img/y.jpg);
	color: #ffff99;
}

li
{
	list-style: none;
}

li.photo
{
	list-style:disc;
	font-size: 0.8em;
}

li.list
{
	list-style: disc;
	margin-bottom: 0.8em;
}

li.news
{
	font-size: 0.8em;
	list-style: disc;
	margin-bottom: 0.8em;
}

li.currentpage
{
	font-weight: bold;
	list-style: disc;
}

