body{ 
	background: white;
	font-family:  arial, sans-serif;
	color: black;
	font-size:18px;
font-weight:300;
 
 }

div { 

	font-family:  arial, sans-serif;
	
	font-size:22px;
font-weight:350;
 
 }
#userbox {
	
	border:#969696 1px solid;
	border-radius: 20px 20px 20px 20px;

	background: #6B6B6B; opacity:0.95;

}

#roundbox{



}

#pullresultsContainer{

	border:#aaa 1px solid;
	border-radius: 20px 20px 20px 20px;
	width:96%;
	background: #5e5e5e; opacity:0.95;
	
}
#pullresults{
font-family:  Helvetica, sans-serif;
	color: white;
	font-size:28px;
	font-weight:500;
margin-left:25px;
margin-right:25px;
	margin-top:15px;
	margin-bottom:15px;
	width:90%;
}

#content{
width:95%;
    height:95%;
   margin-left:2.5%;
   margin-right:2.5%;
	
	margin-top: 2.5%;
	margin-bottom:auto;
}


.headbig{
	font-family:  Helvetica, sans-serif;
	
	font-size:34px;
	font-weight:550;
}


.head1{
	font-family:  Helvetica, sans-serif;
	
	font-size:30px;
	font-weight:550;
}


.head2{
	font-family:  Helvetica, sans-serif;
	
	font-size:26px;
	font-weight:500;
}

input{
	font-family:  Helvetica, sans-serif;
	color: black;
	font-size:26px;
	font-weight:500;
}

.small{
	font-family: arial, sans-serif;
	
	font-size:20px;
	font-weight:300;
}

.medium{
	font-family: arial, sans-serif;
	
	font-size:22px;
	font-weight:400;
}


A:link { color:#DBDBDB; text-decoration: none;}
A:visited {  color:#DBDBDB; text-decoration: none;}
A:hover { color:#EBEBEB;  text-decoration: none;}