﻿/*Print template for athletic articles*/
*{
	padding: 0;
	margin: 0;
	}

body {
   background: white;
   font-family: georgia;
   font-size: 12pt;
   float: left;
   }
.hide {
   display: none;
   }

#content {
	margin-left: -300px;
   width: auto;
   margin-top: 50px;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
