/* Main style sheet terrasse.ch. mi@alma.ch
   Revision history:
   - 31.01.0 22:17: changed blue to navy and added "! important", to make sure links
   are not the same blue as the background
*/

body {
	color: white;
	background-color: navy;
	font-family: verdana, arial, helvetica, sans-serif;
}

:link {
	color: white !important;
	background-color: navy !important;
	text-decoration: underline !important;
}
:visited {
	color: white !important;
	background-color: navy !important;
	text-decoration: none;
}
:hover  {color: red;}

h1 {
    color: white;
    background: navy;
	font-family: "Comic Sans MS", Verdana, sans-serif;
    font-weight: bold;
    font-size: x-large;
	padding: 1% 1% 1% 1%;
	line-height: 2em;
    text-align: center;
}

h2 {
    color: white;
    background: navy;
	font-family: verdana, sans-serif;
    font-weight: bold;
    font-size: large;
    text-align: center;
	padding: 1% 1% 1% 1%;
}

em {
	text-decoration: underline;
	font-style: normal;
}
.footer {
        font-family: sans-serif;
        font-size: x-small;
        color: silver;
        background: white;
        background-position: bottom;
}  
