1fb2d418f0d76467cf986149025de4d97aee2bbd
[mir.git] / etc / producer / stylesheet.template
1 a {
2   color: #0000CC; 
3   text-decoration: underline
4 }
5
6 a:hover {  
7   color: #333333; 
8   text-decoration: none
9 }
10
11 td {  
12   font-family: "Times New Roman", Times, serif
13 }
14
15 .small {  
16   font-size: x-small
17 }
18 pre {  
19   font-family: "Courier", Courier, serif
20 }