/* CSS Document */
body {
		background-color: white;
		border-bottom-color: #E0DFE3;
		font:"Times New Roman", Times, serif
	 	}
h1 {
		color: #000099;
		font-weight: 900;
		font-size: 30px;
		font-family:"Times New Roman", Times, serif
	   }
h2 {
		color: #000099;
		font-weight: 500;
		font-size: 20px;
		font-family:"Times New Roman", Times, serif
	   }
li {
		list-style: none
		}
.links {
		font-weight: 300;
		font-size: 16px;
		font-family:"Times New Roman", Times, serif
		}
.beschr {
		font-weight: 150;
		font-size: 12px;
		font-style: italic;
		font-family:"Times New Roman", Times, serif
		}
.gallery-title {
		font-weight: 500;
		font-size: 20px;
		font-family:"Times New Roman", Times, serif
		}
.gallery-date {
		font-weight: 150;
		font-size: 12px;
		font-style: italic;
		font-family:"Times New Roman", Times, serif
		}
.gallery-link {
		font-weight: bold;
		font-size: 16px;
		font-family:"Times New Roman", Times, serif;
		color: black;
		text-decoration:none
		}
.scr {
		SCROLLBAR-FACE-COLOR: white;
		FONT-SIZE: 11px;
		SCROLLBAR-HIGHLIGHT-COLOR: #000099;
		SCROLLBAR-SHADOW-COLOR: #000099;
		COLOR: black;
		SCROLLBAR-3DLIGHT-COLOR: #000099;
		SCROLLBAR-ARROW-COLOR: #000099;
		SCROLLBAR-TRACK-COLOR: #000099;
		FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
		SCROLLBAR-DARKSHADOW-COLOR: #000099
		}
A:link {
		color: black;
		text-decoration:none
		}
A:visited {
		color: black;
		text-decoration:none
		}
A:active {
		color: red;
		text-decoration:none
		}

