/*
 * file: discworld.css
 *
 * Defines a common look and feel for the Discworld MUD information provided
 * on this page. Based mostly on:
 *	Official Discworld MUD page: http://discworld.imaginary.com:5678/
 *
 * $Id: discworld.css,v 1.1.1.1 2001/12/26 17:25:46 divvy Exp $
 */

BODY {
	background-color: #FFFFFF;
	color: #000030;
	text-align: justify;
	margin: 5% 10%;
}

TABLE {
        text-align: center;
}

A:link {color: #4A529C;}
A:visited {color: #B57339;}


