/*
 *
 *	classes.css
 *
 *	Defines the various classes used to apply local modifications to
 *	individual HTML elements on the page.
 *
 */


.callout
{
	background-color:	#F4AF65;
	border:				2px black solid;
	margin:				15px auto;
	padding:			10px 20px;
	width:				60%;
}

.centered
{
	text-align:			center;
}

.left
{
	text-align:			left;
}
			
.right
{
	text-align:			right;
}

.underlined
{
	text-decoration:	underline;
}












