/* =======================================================
	Typography
=======================================================*/

body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%; /* reset base size to 10px, 1.1em = 11px, 1.2em = 12px etc */
	background: #3e3e3e;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  color: #000000;
}

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{
  margin: 0;
}

.boxbody h3{font-size:1.5em;color:#302b74;line-height:1.9em;}
.finalistscolumn h3{color:#323232;font-size:1.3em;font-weight:bold;line-height:1.3em;margin:0 0 6px 0;}
.column h3{font-weight:bold;font-size:1.5em;color:#FFFFFF;line-height:1.9em;}

p {
  margin:0 0 10px 0!important;
  line-height:1.6em!important;
  font-size:1.2em!important;
}

.sidebox p {
  margin: 0 0 15px 0;
  line-height: 1em;
}

a{
  text-decoration: underline;
  color:#302b74;  
}

a:hover{
  text-decoration: underline!important;
}

.full a:hover{
  text-decoration: none!important;
}

#footer a{
    color: #FFF;
}


