/* 
 * Copyright 2003, 2006, 2007, 2009 David Egan Evans <sinuhe@gnu.org>
 * PO Box 573602, Murray UT 84157 USA
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without restriction,
 * including, without limitation, the rights to use, copy, modify,
 * merge, publish, distribute, sublicense, and sell copies of
 * the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies, or substantial portions, of the Software;
 *
 * THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING
 * FROM, OUT OF, OR IN CONNECTION WITH, THE SOFTWARE, OR THE USE OF,
 * OR OTHER DEALINGS IN, THE SOFTWARE.
 */

html, body { 
	background-color: #FFFFFF; 
	color: #000000;
	font-family: Bitstream Vera Sans, sans-serif;
}

a:link { 
 	color: #1f00ff; 
	background-color: transparent;
	text-decoration: underline;
 	}

A:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:hover { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
 	}

.centre {
	text-align: center;
}

.italic { 
 	font-style: italic; 
 	}

.bold {
        font-weight: bold;
        }

.translations {
	background-color: transparent; 
	color: black;
	font-family: serif;
	font-size: smaller;
}

img {
	border: none 0;
}

div.copyright {
	font-size: 80%; 
	border: 2px solid #3366cc; 
	padding: 4px;
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}


