@charset "utf-8";
/* CSS Document */

.question { 
cursor: hand;
cursor: pointer;
font: bold 16px Arial;
margin: 10px 0;
}

.question a:link {
color: #333333;
background-color:#FFFFFF;
}

.question a:hover {
color:#FFFFFF;
background-color:#006666;
}

.answer {
font: normal 14px Arial;
color:#333333;
}

.openanswer{ 
color: #006666;
}

.closedanswer{ 
color: #333333;
}

