
a:link
{
	color:	black;
}

a:hover
{
	color:	rgb(137, 39, 49);
}

a:visited
{
	color:	black;
}

a.dropdown 
{
}

div.dropdown:hover .dropdown-content 
{
    display: block;
}

div.dropdown 
{
    position:	relative;
	display:	inline-block;
}

div.dropdown-content 
{
    display: none;
    position: absolute;
    #background-color: #f9f9f9;
    #min-width: 160px;
    #box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    #z-index: 1;
}

h1
{
	color:	rgb(137, 39, 49);
	font-size: 24pt;
}

table
{
	border: 	0;
	padding:	8px;
	text-align: center;
	width: 		100%;
}

td
{
	font-family:	Palatino,Palatino Linotype;
	font-size:		16pt;
}

td.liste
{
	color:				rgb(137, 39, 49);
	font-weight:		bold;
	list-style-type:	none;
	text-align:			left;
	white-space:		nowrap;
	width:				20%;
}

table.box
{
	background-color:	rgb(157, 193, 235);
}
