@charset "UTF-8";
/* CSS Document */

.navigationText {
	line-height:20px;
	vertical-align:middle;
	color: #7FA1B6;
	text-align: center;
	font-weight: bold;
	word-spacing: 5px;
	}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0099CC;
}
.footerText {
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}

a:active {
	color: #990000;
}

.plainText {
	margin-left: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

.answer {
    border: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #ffffaf;
    margin: 10px;
    padding: 10px;
    display: none;
}
.answer li {
    margin-left: 10px;
}
