diff options
Diffstat (limited to 'Web/HTML/Style.css')
-rw-r--r-- | Web/HTML/Style.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Web/HTML/Style.css b/Web/HTML/Style.css new file mode 100644 index 0000000..480fc47 --- /dev/null +++ b/Web/HTML/Style.css @@ -0,0 +1,41 @@ +<head> +<STYLE TYPE="text/css"> + <!-- + Body { + font-family : verdana, tahoma, sans-serif; + font-size : 9pt; + color : black; + } + + Table { + font-family : verdana, tahoma, sans-serif; + font-size : 9pt; + color : black; + } + + Table, TD { + font-family : verdana, tahoma, sans-serif; + font-size : 9pt; + color : black; + background-repeat : no-repeat; + } + + P {font-family : verdana, tahoma, sans-serif; font-size : 9pt; +color: black; } + + a { + Font-Family : verdana, tahoma, sans-serif; + Font-Size : 8pt; + Font-Style : normal; + text-decoration : none; + color : blue; + } + + a:hover { + color : black; + Font-Style : bold; + text-decoration : underline; + } + --> +</STYLE> +</head> |