@charset "utf-8";
/* CSS Document */

/*Sets Background Color and alignment of the Webpage*/
body {
	text-align: center;
}

/*Indents the answer labels in form_preview*/

.under {
   text-decoration: underline;
}


.large_bold {
   padding: 0 0 0 5px;
   font-family: Georgia, "Times New Roman", Serif;
   font-size: 18px;
   color: #000000;
   font-weight: bold;
   text-align: center;
}

/*Video Game Survey header*/

option{ line-height: 1.2;}