body {
	font-size: 100%;
}

h1 {

	color: red;

	text-align: center;

	font-size: 3em;

}

h1a {

	color: green;

	text-align: center;

	font-size: 3em;

}

h2 {

	text-align: center;

}


td {

    vertical-align: top;

}



p,ol {

	font-size: 1.5em;

}



#blob {

	font-size: 1.5em;

}


#smaller {
	font-size: 1.2em;
}

li {

	margin: 10px 0;

}

.smalltext {
	font-size: 70%;
	line-height: 110%;
}

h2 {

	text-decoration: underline;

	font-style: italic;

	font-size: 1.5em;

}



#boldred {

	color:red;

	font-weight:bold;

}

#red {

	color:red;
}


#boldredunderline {

	color:red;

	font-weight:bold;

	text-decoration: underline;

}


#blue {

	color:blue;
	font-weight:bold;

	font-size: smaller;
}

#boldblue {
	color:blue;
	font-weight:bold;
}

#langford {
	text-align: center;
	color: blue;
	font-weight:bold;
	font-size: 1.5em;
}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.blocktext {
	margin-left: auto;
	margin-right: auto;
}

#bold {
	font-weight:bold;
}

#para {
	text-decoration: underline;

	font-style: italic;


}	