    body {
        font-weight: normal!important;
        font-family: verdana, arial;
    }
    a, a:visited {
        color: white;
    }
	.cyoa_container {
		width: 632px;
		clear: both;
		border-bottom: 1px solid #CCC;
		border-top: none;
		margin: 1.25em 0;
		padding: 1.25em 0;
		padding-top: 0px;
	}
    .cyoa_controls li, h2, h1, .cyoa_page p {
        font-weight: normal;
    }
    .cyoa_page p {
        padding: 0px 60px;
        text-align: left;
		font-size: 14px;
		font-family: verdana;
		line-height: 21px;
		color: white;
    }
    img { 
        position: absolute; 
        z-index: -1;
        width: 632px;
    }
    .cyoa_content img {
        top: 0px;
        left: 0px;
        height: auto;
    }
    .cyoa_content {
        position: relative;
        overflow: hidden;
        height: 450px;
        padding-top: 10px;
    }
    .cyoa_page {
        height: 550px;
        overflow: hidden;
    }
    h1 {
        color: white;
        margin: 0px auto 0px auto;
        padding: 15px 5px;
        background: rgba(0,0,0,.65);
		-webkit-border-radius: 15px;
		border-radius: 15px;
		font-size: 20px;
		font-weight: bold;
        width: 80%
    }
    h2 {
      	color: white;
  		font-size: 15px;
		text-transform: uppercase;
    }
    .answer {
        margin-top: -10px;
        padding-top: 10px;
        background-color: rgba(0,0,0,.80);
        height: 460px;
    }
    .cyoa_controls {
        position: absolute;
        top: 460px;
        height: 128px;
    }
	ul {
        background-color: rgba(255,255,255,1);
    }
    .cyoa_controls li {
        font-size: 13px;
        height: 155px;
        width: 160px;
		margin: 5px;
		line-height: 18px;
        cursor: pointer;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; /* future proofing */
		-khtml-border-radius: 10px; /* for old Konqueror browsers */
    }
    .cyoa_controls li:hover {
        background: black;
        color: white;
    }
    li:nth-child(3) {
        background-color: #DD4B39;
    }
    li:nth-child(1) {
        background-color: #DD4B39;
    }
    li:nth-child(2) {
        background-color: #DD4B39;
    }
    .cyoa_controls li span {
        vertical-align: center;
    }
    li.cyoa_controler_rubio_question, 
	li.cyoa_controler_christie_question, 
	li.cyoa_controler_ryan_question, 
	li.cyoa_controler_portman_question, 
	li.cyoa_controler_pawlenty_question, 
	li.cyoa_controler_jindal_question, 
	li.cyoa_controler_mcdonnell_question, 
	li.cyoa_controler_ayotte_question, 
	li.cyoa_controler_rice_question, 
	li.cyoa_controler_martinez_question, 
	li.cyoa_controler_thune_question, 
	li.cyoa_controler_haley_question {
	height: 155px;
	width: 587px;
	vertical-align: bottom;
	line-height: 129px;
	font-size: 15px;
	font-weight: bold;
	background: #DD4B39;
	color: black;
	cursor: pointer;
	}

    .cyoa_controls li.cyoa_controler_rubio_question:hover, 
	.cyoa_controls li.cyoa_controler_christie_question:hover, 
	.cyoa_controls li.cyoa_controler_ryan_question:hover, 
	.cyoa_controls li.cyoa_controler_portman_question:hover, 
	.cyoa_controls li.cyoa_controler_pawlenty_question:hover, 
	.cyoa_controls li.cyoa_controler_jindal_question:hover, 
	.cyoa_controls li.cyoa_controler_mcdonnell_question:hover, 
	.cyoa_controls li.cyoa_controler_ayotte_question:hover, 
	.cyoa_controls li.cyoa_controler_rice_question:hover, 
	.cyoa_controls li.cyoa_controler_martinez_question:hover, 
	.cyoa_controls li.cyoa_controler_thune_question:hover, 
	.cyoa_controls li.cyoa_controler_haley_question:hover {
        background: black;
        text: black;
    }
