basic.css 638 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
body {
margin: 10,0,0,0;
font-family: Verdana, Arial, Helvetica;
text-decoration: none;
}

hr {
color: A50A3D;
}
hr.small {
color: A50A3D;
width: 100%;
align: left;
height: 1 px;
}
td.small {
font-family: Verdana, Arial, Helvetica;
zYne's avatar
zYne committed
18
font-size: 13 px;
doctrine's avatar
doctrine committed
19 20 21 22 23 24 25 26
}
dd {
    line-height: 1.5em;
}
ul {
    line-height: 1.5em;
}
td {
zYne's avatar
zYne committed
27
font-size: 13 px;
doctrine's avatar
doctrine committed
28 29
font-family: Verdana, Arial, Helvetica;
}
zYne's avatar
zYne committed
30

doctrine's avatar
doctrine committed
31 32 33 34 35 36 37 38 39 40 41 42
table.dashed {
border-style: solid;
border-color: 116699;
border-width: 1 px;
}
b.title {
color: #A50A3D;
}
u.title {
color: #367FAC;
}
a.big {
zYne's avatar
zYne committed
43
font-size: 14 px;
doctrine's avatar
doctrine committed
44
}
zYne's avatar
zYne committed
45 46 47
i {
color: #367FAC;
}
doctrine's avatar
doctrine committed
48 49 50
a {
color: #367FAC;
}