/* style.css... 01.2.16 */
a:link		{ color: #283068; text-decoration: none; background: none }
a:visited	{ color: #283068; text-decoration: none; background: none }
a:active	{ color: #D00000; text-decoration: none; background: white }
a:hover		{ color: #D00000; text-decoration: none; background: white }

a.black:link	{ color: #cecfce; text-decoration: none; background: none }
a.black:visited	{ color: #cecfce; text-decoration: none; background: none }
a.black:active	{ color:black; text-decoration:none; background: white; }
a.black:hover	{ color:black; text-decoration:none; background: white; }

body {
	text-align: center;
	margin-top: 2em;
	scrollbar-face-color: white;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: black
}
body.index {
	background: white url(image/back.gif) repeat;
}
h2 {
	text-align: center
}

table.menu {
	border: solid #626e83 2px
}

div.menu {
	text-align: center;
	margin-top: 1em
}

img {
	border: none
}

