1/* $Id$ */
2
3/***
4  This file is part of avahi.
5
6  avahi is free software; you can redistribute it and/or modify it under
7  the terms of the GNU General Public License as published by the Free
8  Software Foundation; either version 2 of the License, or (at your
9  option) any later version.
10
11  avahi is distributed in the hope that it will be useful, but WITHOUT
12  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14  for more details.
15
16  You should have received a copy of the GNU General Public License
17  along with avahi; if not, write to the Free Software Foundation,
18  Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 
19***/
20
21body { color: black; background-color: white; } 
22a:link, a:visited { color: #900000; }       
23h1 { text-transform:uppercase; font-size: 18pt; } 
24p { margin-left:1cm; margin-right:1cm; } 
25.cmd { font-family:monospace; }
26.file { font-family:monospace; }
27.arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
28.opt { font-family:monospace; font-weight: bold;  }
29.manref { font-family:monospace; }
30.option .optdesc { margin-left:2cm; }
31