25 lines
883 B
CSS
25 lines
883 B
CSS
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;}
|