/* moto related stylesheet
 *
 * $Id$
 *
 * Use this stylesheet by calling it from your html document:
 *
 *   <link rel="stylesheet" type="text/css" href="/rali/Includes/moto.css"
 *         media="all">
 */

body            {
                background-image:
		  url(/rali/images/Backgrounds/speedo-background.jpg);
                color: #000000; background-color: #66AAAA;
                margin-left: 10%; margin-right: 10%;
                font-family: sans-serif
                }

.normal		{text-align: left}
.centered       {text-align: center}
.justified      {text-align: justify}

.larger		{font-size: 120%}
.smaller	{font-size: 70%}

p.linklist      {
		text-align: left; line-height: 2em;
                margin-left: 25%; margin-right: 15%; 
                }
p.indent        {text-align: justify; margin-left: 25%; margin-right: 25%;}
p.verse         {text-align: left;margin-left: 33%;}
p.cent-larger	{text-align: center; font-size: 120%}
p.modified-info {font-size: 50%; text-align: left;}

div.terms       {font-size: 75%; text-align: center;}
div.computer	{text-align: left; margin-left: 30%; font-family: courier;}

pre.indent	{text-align: justify; margin-left: 20%;}

a:hover		{
		font-family: sans-serif;
		color: #000000;
		background-color: #C7CCAD;
		text-decoration: none;
		}

.no:hover	{
		background-color: transparent;
		}
