body {background:#5c082b; color:white; /*RAL 4004 bordeauxviolet*/
	font-weight:100;
	font-family: sans-serif;
	font-size: 1em;
}
a:link {color: #00C000; text-decoration: underline;}
a:visited {color: yellow; text-decoration: underline;}
a:active {color: #FFFFFF}
p.mypar {font-style: italic; color: #FFA000}

h2 {font-size: medium}
h3 {font-size: medium}
th {color: white; }
td {color: white; }
table.center {margin-left: auto; margin-right: auto; border-spacing: 20px;}
div.center {margin: 0 auto; text-align: center}
div.c1 {text-align: center}
.small {font-size: 0.8em}

.buttonOK1 {
	box-shadow:inset 0px 1px 0px 0px #caefab;
	/* Chrome, Safari */
	-webkit-border-radius: 12px;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00dd00), color-stop(1, #00aa00) );
	/* Mozilla */
	-moz-border-radius: 12px;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-moz-linear-gradient( center top, #00dd00 5%, #00aa00 100% );
	/* fallback (Opera) */
	background-color:#00dd00;
	border-radius: 12px;
	border:1px solid black;
	display:inline-block;
	color:white;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-align: center;
	/* MSIE */
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00dd00', endColorstr='#00aa00');
}
.buttonOK1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00aa00), color-stop(1, #00dd00) );
	background:-moz-linear-gradient( center top, #00aa00 5%, #00dd00 100% );
	background-color:#00aa00;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00aa00', endColorstr='#00dd00');
}
.buttonOK1:active {
	position:relative;
	top:1px;
}

ul#avmenu {
margin : 1rem 0.7rem 0.7rem 0.7rem;
padding : 0.5rem 0.5rem 0.5rem 1.5rem;
list-style-type : none;
}

ul#avmenu li {
display : inline;
}


ul#avmenu li a {
color : black;
font-weight : bold;
border : yellow solid 1px;
padding : 0.5rem 0.5rem 0.5rem 0.5rem;
background-color : #fdd;
text-decoration : none;
border-radius : 1.5rem;
line-height : 56px;
}

li::before {
  content: " "; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: blue; /* Or a color you prefer */
}
