@charset "UTF-8";
@import url("../_common/basic.css");


/***** HTML Basic elemtns *****/

h3 {
	text-align: center;
}


/***** Classified elements *****/

div.indextitle {
	margin-top: 2em;
}

td.tt1-inside, th.tt1-inside {
	border-right:  #999999 1px dashed;
	border-bottom: #999999 1px solid;
}

td.tt1-rightedge, th.tt1-rightedge {
	border-bottom: #999999 1px solid;
}

td.questionCell {
	border-bottom: #999999 1px solid;
	border-right:  #999999 1px dashed;
}

td.answerCell {
	border-bottom: #999999 1px solid;
}


/***** Identified elements *****/

div#credit {
	text-align: right;
}

div#news-footer {
	border-top:    #55f534 2px dotted;
	border-bottom: #55f534 2px dotted;
	padding:       1em 0px;
	margin-bottom: 1em;
}

div#goto-index {
	text-align: right;
}