1/* Jargon File stylesheet */
2
3/* background image for all jargon pages */
4body {
5	background-image: url(graphics/linen2d.jpg);
6        background-color: #e1d7c8;
7        color: #000000;
8 }
9
10/* default colors used by Mozilla, Galeon, and IE */
11a:link    {color: #0000cf;}
12a:link:visited {color: #51188e;}
13a:link:active  {color: #ff0000;}
14
15/* for the jargon file itself */
16div.caption	{text-align: center; font-weight: bold;}
17h3.title	{text-align: center;}
18.mediaobject	{text-align: center;}
19
20/* handles translation of <center> by tidy */
21h1, h2, h3	{font-family: Helvetica, Univers, sans-serif}
22h1.centered	{text-align: center;}
23p.c2		{font-weight: bold}
24