/* Shadowrun style sheet */
.most {
	margin-left: 15%;
	margin-right: 15%;
	/*margin-left: 5em;
	margin-right: 5ex;*/
}

body {
	margin-left: 3em;
	margin-right: 3em;
}

body, p, td, li, a {
	font-family: sans-serif;
	background-color: white;
	color: black;
}

h1 {
	font-size: 130%;
	/*margin-left: -1em;*/
	text-align: left;
	font-family: sans-serif;
}

h2 {
	margin-left: -1em;
}

th {
	text-align: right;
	font-weight: bold;
}

/* CLASSES FOLLOW */

.alert {
	font-weight: bold;
	background-color: red;
	color: white
}

.Bolded {
	font-weight: bold;
}

.byline {
	font-size: 75%;
	text-align: center;
}

.instruction {
	font-size: 75%;
	font-style: italic;
	/*margin-left: 5em;
	margin-right: 5ex;*/
}

.invisible {
	display: none;
}

.smiley {
	font-family: serif;
}

.Tall {
	line-height: 2;
}

.validate {
	color: black;
	background-color: lightblue;
	text-align: center;
}

.validate a {
	color: black;
	background-color: lightblue;
}

.WebRing {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 80%;
	text-align: center;
}

