@charset "utf-8";
/* CSS Document */
/* MS Sports Hall of Fame & Museum */
/* www.msfame.com */

body {
background: #f5ebb8;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#55534b;
padding:0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.normal {
	font-size: .83em; // 14px font size or size 2 font
}
p.events {
	font-size: .63em; // 10px font size or size 1 font
}