tagboard/tagboard.css
2016-11-06 16:19:16 -06:00

24 lines
No EOL
312 B
CSS

INPUT, IFRAME
{
border: #000000 1px solid;
font-family: Verdana;
font-size: 7pt;
}
BODY, TD
{
font-family: Verdana;
font-size: 7pt;
}
A
{
color: #666666;
text-decoration: none;
}
A:hover
{
color: #000000;
text-decoration: underline;
}