/* $Id: default.css,v 1.9 2002/01/29 22:25:18 mason Exp $ */

body {
	background: #cdc;
	color: #000;
}

.center {
        margin-left: auto;
        margin-right: auto;
}

a:link {
	text-decoration: none;
	color: #022;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #520;
	background: transparent;
}

a:hover {
	color: #fff;
	background: #088;
	text-transform: none;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #000;
	background: #f00;
}

td.blue {
	background: #cc0;
	padding-left: 8%;
	padding-right: 8%;
	font-style: italic;
}

p.legal {
	text-align: justify;
	font-size: xx-small;
}

p {
	text-align: justify;
}

p.big {
	font-size: large;
	text-align: center;
}

p.huge {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

pre.centered {
	text-align: center;
}

p.right {
	text-align: right;
}

p.centered {
	text-align: center;
}

p.tiny {
	text-align: center;
	font-size: small;
}

img {
	border: 0;
}

