body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	background : #FFFFCC;
}

a {
	white-space : nowrap;
}

p {
	text-align : justify;
}

.title {
	font-size : medium;
	font-weight : bold;
	color : Black;
}
.pagetitle {
	font-weight : bold;
	font-variant : small-caps;
	font-size : large;
	border-bottom : thin solid #666633;
}

.links_titletable, .mytitletable {
	background : #CCCC66;
	color : #666633;
}

.links_table, .mytable {
	background : #FFFFCC;
}

.odd_row {
	background : #CCCC66;
}

.even_row {
}

.mouseover_row {
	background : Yellow;
}