/*****
*
* MyVocabtionary © 2012 MyVocabtionary
* 
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* A copy of the GNU General Public License should be located in the
* \docs\ directory. If you cannot find it, you can view it online
* at <http://www.gnu.org/licenses/gpl.html>
*
*****/

/*p.q {
	font-weight:bold;
	color:darkred;
	margin:0;
}
*/

p#answer {
	display:none;
	background-color:#8ca838;
	margin:0;
	padding:0;
}

p#question {
	font-weight:bold;
	margin:0;
}