/* $Id$ */


body {
    background-color	: black;
    color		: white;
}




img {
    border   		: none;
}

h2 {
    	font-family	: serif;
    	font-size	: 24px;
	font-weight	: bold;
        margin-top	: 1em;
        margin-bottom	: 1ex;
        border-top	: 1px solid white;
        border-bottom	: 1px solid white;
}



img.marie-louise {
    border		: 2px solid white;
}

ul {
    margin-left		: 0;
    padding-left	: 1ex;
    list-style-position	: inside;
    list-style-type	: square;
    text-align		: left;
}



a, a:visited, a:link, a:hover, a:active {
	text-decoration	: none;
	color		: #bd7629;
}
a:visited {
	color		: #fffcca;
}
a:hover {
	text-decoration	: underline;
}

.warning {
	font-size	: larger;
	padding		: 1em;
        border		: 3px solid red;
}
