/* CSS Document */

body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
   }
#competition, 
#nav,
#sidenav,
#footer {
   display: none;
   }
h1 a,
h1 a:visited {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
   color: #FFC700;
	text-decoration: none;
   	margin: 0 5%;
}
h4 {
   color: #FFC700;
}
#content {
	font-size: 12pt;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #FFC700;
   }
div#header {
   margin-bottom: -8px;
   }
#content a:link, a:visited {
   color: #FFC700;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }