summaryrefslogtreecommitdiffstats
path: root/Web/HTML/Style.css
blob: 480fc47d904bbfb46adceef5c6c3e23d70a5c94e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>