/* Hoke's style sheet for the MSR&LHA Web site */

body	{
        background-color: #E0E0C1;
}

.banner	{
	font-family: sans-serif;
	font-size: 250%;
	text-align: center;
	font-weight: bold
}

.head1	{
	font-family: sans-serif;
	font-size: 180%;
	font-weight: bold
}

.head2	{
	font-family: sans-serif;
	font-size: 150%;
	font-weight: bold
}

.head3	{
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold
}

.t{
	font-family: sans-serif;
	font-size: 100%;
}

.tbig	{
	font-family: sans-serif;
	font-size: 150%;
}

.tsmall	{
	font-family: sans-serif;
	font-size: 80%;
}

.caption {
	font-family: sans-serif;
	font-size: 80%;
}



/*
Put the following line in the <head> section of the html file:
  <link rel="stylesheet" type="text/css" href="styles.css">
*/
