/* Jargon File stylesheet */

/* background image for all jargon pages */
body {
        background: black url(../pictures/motoko7.jpg) no-repeat fixed;
        color: #00ff00;
 }

/* default colors used by Mozilla, Galeon, and IE */
a:link		{color: #00ff00;}
a:link:visited	{color: #00ff00;}
a:link:active	{color: #00ff00;}

/* for the jargon file itself */
div.caption	{text-align: center; font-weight: bold;}
h3.title	{text-align: center;}
.mediaobject	{text-align: center;}

/* handles translation of <center> by tidy */
h1, h2, h3	{font-family: Helvetica, Univers, sans-serif}
h1.centered	{text-align: center;}
p.c2		{font-weight: bold}

