/* CSS File for the Genesis Jiu Jitsu site at www.genesisjiujitsu.com    */

/* basic elements */
body {
		color: white;
		font-size: 14pt;
		font-weight: 600;
		background: black;
		}
h1 {
		font-size: 16pt;
		color: red;
		text-decoration:none;
		}
h2 {
		font-size: 14pt;
		color: white;
		}
h3 {
		font-size: 13pt;
		color: white;
		}
li {
		color: grey;
		font-size: 11pt;
		font-weight:600;
		}	
a {
		text-decoration:none;
		}
	
a:link {
		color:#6670eb;
		}

a:visited {
		color:#6670eb;
		}
		
a:hover {
		color:#ba8e43;
		}
		
h3:hover {
		color:#6670eb;
		}
		
a:focus {
		outline-style:none;
		}

/* specific divs */

.nav    {
		font-size: 11pt;
		font-weight: 800;
		padding: 2px 13px;
		color:#ba8e43;
		}

#bio    {
		font-size: 12pt;
		font-weight: 700;
		padding: 2px 13px;
		color: white;
		}
	
#schedule   {
		font-size: 15pt;
		font-weight: 700;
		padding: 2px 13px;
		color: #ba8e43;
		}	

		
#wins    {
		font-size: 9pt;
		font-weight: 700;
		padding: 2px 13px;
		color: white;
		}




