Subversion Repositories ALCASAR

Rev

Rev 325 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
325 richard 1
A {
2
  color: #000000;
3
  text-decoration: none;
4
}
5
A:link {
6
  color: #486591;
7
  background-color: transparent;
8
}
9
A:visited {
10
  color: #6f6c81;
11
  background-color: transparent;
12
}
13
A:active {
14
 
15
  background-color: transparent;
16
}
17
body {
18
  color: #000000;
19
  background-color: #F7F3EF;
20
  background-color: #EFEFEF;
21
  text-decoration: none;
22
  font-family: Verdana,Helvetica,sans-serif;
23
  font-size: 11px;
24
  font-weight: normal;
25
}
26
font {
27
  color: #000000;
28
  text-decoration: none;
29
  font-family: Verdana,Helvetica,sans-serif;
30
  font-size: 11px;
31
  font-weight: normal;
32
}
33
H1 {
34
  color: #000000;
35
  background-color: transparent;
36
  text-decoration: none;
37
  font-family: Verdana,Helvetica,sans-serif;
38
  font-size: 20px;
39
}
40
select {
41
    color: black;
42
    text-decoration: none;
43
    font-family: Verdana,Helvetica,sans-serif;
44
    font-size: 10px;
45
    font-weight: normal;
46
}
47
input {
48
    color: black;
49
    text-decoration: none;
50
    font-family: Verdana,Helvetica,sans-serif;
51
    font-size: 10px;
52
    font-weight: bold;
53
}
54
table
55
{
56
  border: none;
57
  margin: 0px;
58
  padding: 0px;
59
}
60
table.box {
61
  color: #fefefe;
62
  background-color: transparent;
63
  border: none;
64
  padding: 1px;
65
  width: 100%;
66
}
67
tr.boxheader {
68
  background-color: #9BA1A8;
69
}
70
td.boxheader {
71
  color: #000000;
72
  text-align: center;
73
}
74
tr.boxbody {
75
  color: #000000;
76
  background-color: #F7F3EF;
77
}