/*Print template for athletic articles*/
*{
	padding: 0;
	margin: o;
	}

body {
   background: white;
   font-family: georgia;
   font-size: 9pt !important;
   }
.menu {
   display: none;
   }

.nav {
   display: none;
   }

#content {   
   font-family: georgia !important;
   font-size: 9pt  !important;
   margin-left: 0px !important;
   width: 500px !important;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
