body 
{
	background-color:#FFFFFF;
	font-family: Courier;
	font-size:15px;
	margin-left: 5px;
	color:#060005;
    background-repeat:repeat-x; 
}

table, th, td 
{
	border: 1px solid black;
	white-space: nowrap;
}

/*classes*/
.answer
{
    background-color: #eFe;
    border-style: solid;
    padding: 1em;
}

.graph
{
    border-style: none;
	margin-top: 0;
	margin-left: 0;
    border-radius: 0;
    padding: 0;
}

.invisible
{}

.question
{
    background-color: #cFc;
	border-radius: 25px;
    border-style: solid;
	font: 15px arial, sans-serif;
	margin-top: 1em;
	margin-left: 2em;
    max-width:  35em;
    padding: 1em;
}
/*id*/