First commit 12/11/1999

This commit is contained in:
2021-09-12 22:49:08 +02:00
commit a9382721a0
46 changed files with 1849 additions and 0 deletions

24
Migasa/class.css Normal file
View File

@ -0,0 +1,24 @@
A:link {text-decoration: none;
font-size: 14pt;
font-weight: bold;
text-decoration: none
color: #000000 }
A:visited {text-decoration: none;
font-size: 14pt;
font-weight: bold;
text-decoration: none
color: #000000 }
A:active {text-decoration: none;
font-size: 14pt;
font-weight: bold;
text-decoration: none
color: #FF0000 }
A:hover {text-decoration: none;
font-size: 16pt;
font-weight: bold;
text-decoration: none ;
color: #008040 }
.plain {font-family: Verdana,Arial;
font-size: 14pt;
color: black }
b { font-weight: bold;}