body{

  font-family: arial, "Times New Roman", sans-serif;

  font-size:12pt;
  text-align:center;

/*    background-size: 100% auto; */
}

.quiz-section{
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

html{
	background: black
}

body{


	border-radius: 20px;



	background: #101010;

  color: #ABABAB;

  font-family:areal;

  /* IE10 Consumer Preview */
/*background: -ms-radial-gradient(center, circle farthest-corner, #AAAAAA; 0%, #000000 100%);*/

/* Mozilla Firefox */
/*background: -moz-radial-gradient(center, circle farthest-corner, #AAAAAA; 0%, #000000 100%);*/

/* Opera */
/*background: -o-radial-gradient(center, circle farthest-corner, #AAAAAA; 0%, #000000 100%);*/

/* Webkit (Safari/Chrome 10) */
/*background: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #AAAAAA), color-stop(1, #000000));*/

/* Webkit (Chrome 11+) */
/*background: -webkit-radial-gradient(center, circle farthest-corner, #AAAAAA; 0%, #000000 100%);*/

/* W3C Markup, IE10 Release Preview */
/*background: radial-gradient(circle farthest-corner at center, #AAAAAA; 0%, #000000 100%);*/

/*background-attachment:fixed;*/

  /*
	background: -ms-linear-gradient(left, #ABABAB 0%, #FFFFFF 100%);

	background: -moz-linear-gradient(left, #ABABAB 0%, #FFFFFF 100%);

	background: -o-linear-gradient(left, #ABABAB 0%, #FFFFFF 100%);

	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ABABAB), color-stop(1, #FFFFFF));

	background: -webkit-linear-gradient(left, #ABABAB 0%, #FFFFFF 100%);

	background: linear-gradient(to right, #ABABAB 0%, #FFFFFF 100%);

	*/

  font-size:14pt;



}

img.bg {

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

}



a{



  color: #ABABAB;



  text-decoration: none;



  font-style:oblique;



  border-width: 0px;



}



a:hover{



  color: #D00000;



  text-decoration: none;



  font-style:oblique;



  border-width: 0px;



}



p{



  color: #ABABAB;



  font-family:areal;



}



input, textarea, select, option{



  background:transparent;



  color: #ABABAB;



}



h1{



  font-style:oblique;



  font-family:areal;



}



img {



  border: 0;



}

table {

	background: transparent;

}



