/* link colours */
a:link    {
	color:            black;
	background:       white
}
a:visited {
	color:            gray;
	background:       white;
}
a:hover   {
	color:            red;
	background:       white;
}
a:active  {
	color:            gray;
	background:       white;
}

body {
	background:       white;
	color:            black;
	font-family:      arial,sans-serif;
	font-size:        10pt;
}

table.main {
	width:            100%;
	border:           none;
}

table.content {
	width:            90%;
}

table.content tr th {
	font-size:        14pt;
	vertical-align:   top;
	text-align:       center;
}

table.content tr td {
	font-size:        10pt;
	padding-bottom:   1ex;
	vertical-align:   top;
}

table.subcontent {
	width:            100%;
}

table.subcontent tr td {
	vertical-align:   top;
	text-align:       left;
}


/* images without borders */
img.menuitem {
	border:           none;
}

/* the photo collection */
img.photo {
	border:           solid black 1px;
}

img.photo:hover {
	border:           solid red 1px;
}

