@charset "utf-8";
/* CSS Document */

/*********************************************
----------------------------------------------
Site:  		paulnoiadesign.com
Author: 	Paul Noia | Paul Noia Design, Inc.
Version: 	5.0
----------------------------------------------
*********************************************/

.question {
margin-bottom: 2px;
padding: 12px 2px 2px 10px;
width: 99%;
height: 24px;
cursor: pointer;
color: #216999;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-style: italic;
/*BACKGROUND-IMAGE: url(../images/tab_off.gif); */
overflow: hidden;
position: relative;
background-color: #b0c829;
}

.answer {
visibility: hidden;
overflow: hidden;
width: 100%;
position: relative;
height: 0px;
color: #444;
}
