a
{
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: navy;
	background-color: transparent;
}

dt
{
	margin-left: 20px;
	font-weight: bold;
}

p
{
	max-width: 36em;
	text-align: justify;
}

p.logos
{
	color: silver;
	background-color: transparent;
	text-align: right;
	max-width: 100%;
	border-top: 1px solid gray;
	font-size: x-small;
}

p.logos a
{
	color: inherit;
	background-color: inherit;
}

p.logos img
{
	border: none;
}

p.logos span
{
	display: none;
}

p.menu
{
	font-weight: bold;
}

table img
{
	border: 2px groove blue;
}

span.email
{
	color: blue;
	background-color: transparent;
}

span.email:hover
{
	text-decoration: underline;
}

span.email span
{
	display: none;
}

table.themes img
{
	width: 64px;
	height: 64px;
}

td
{
	color: black;
	background-color: #eeeeee;
	
	font-size: smaller;
	text-align: center;

	width: 12em;
	border: 1px dashed silver;
	padding: 10px;
}

ul
{
	max-width: 36em;
}
