17 lines
200 B
CSS
17 lines
200 B
CSS
body {
|
|
font-size: 14pt;
|
|
font-family: Verdana, Arial;
|
|
font-weight : bold;
|
|
}
|
|
|
|
A {
|
|
color:#A9000C;
|
|
font-size: 10pt;
|
|
font-family: Verdana, Arial;
|
|
font-weight : bold;
|
|
}
|
|
|
|
p {
|
|
text-indent: 0px;
|
|
}
|