First commit 20/05/2001

This commit is contained in:
2021-09-12 22:56:07 +02:00
commit 92ece5a697
131 changed files with 5107 additions and 0 deletions

20
menuHTML/class.css Normal file
View File

@ -0,0 +1,20 @@
A:link {text-decoration: none;
font-weight: bold;
text-decoration: none
color: #9EB9E9 }
A:visited {text-decoration: none;
font-weight: bold;
text-decoration: none
color: #9EB9E9 }
A:active {text-decoration: none;
font-weight: bold;
text-decoration: none
color: #F7BF00 }
A:hover {text-decoration: none;
font-weight: bold;
text-decoration: none ;
color: #F7BF00 }
.plain {font-family: Verdana,Arial;
font-size: 10pt;
color: black }
b { font-weight: bold;}