/* 
    Document   : styles.css
    Created on : 2009-10-14, 23:31:57
    Author     : Radek
    Description:
        Purpose of the stylesheet follows.
*/

#root { 
    display: block;
	padding: 10px;
	max-width: 640px;
}

body,div{
    font-size:16px;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
}

h1,h2{
    border: none;
    margin: 0px;
	margin-bottom:10px;
    padding: 0px;
    overflow:hidden;
	font-weight:normal;
}

h1{
	font-weight: bold;
	font-size: 24px;
}

h2{
	font-size: 20px;
}

a{
    text-decoration:none;
    color:black;
}

img{
    border:none;
}

.question {
	cursor: pointer;
    font-size:18px;
	margin-bottom: 20px;
}

.question_on {
	text-decoration: underline;
}

.answer {
	margin-bottom: 30px;
}


