
body {
	background:#504A4B;
	height:100%;
	width:auto;
	margin:0px;
	padding:0px;
	font-family:tahoma,helvetica,sans-serif;
	font-weight:normal;
	font-size:15pt;
	color:#FAF896;
	text-align:center;
}

sup {
    vertical-align: baseline;
    position: relative;
    bottom: .33em;
}

div.normal {
	margin:10px;
	padding:10px;
	
}

div.runes {
	margin:20px 10px;
	padding:20px 10px;
	
}

div.quote {
	text-align:justify;
	font-family:tahoma,helvetica,sans-serif;
	font-weight:normal;
	font-size:12.5px;
	margin:5px 15px;
	padding:5px 15px;
}

div.title {
	margin:10px;
	padding:10px;
	text-align:center;
	font-size:20pt;
	font-weight:bold;
}

div.groupSide {
	display:inline-block;
	width:0px;
	height:389px;
	border-width:0px 20px 30px 20px;
	border-style: none solid solid solid;
	border-color: rgba(239,228,176,0);
	margin:0 2px 1px;
}

div.groupMain {
	display:inline-block;
	/*background:rgba(239,228,176,0.5);*/
	width:512px;
	height:419px;
	overflow:hidden;
	text-align:center;
	color:#000;
}

div.groupTitle {
	font-size:20pt;
	font-weight:bold;
	padding:20px 3px;
}

div.groupContent {
	background:rgba(239,228,176,0.5);
	border:1px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
}

div.groupDetail {
	font-size:14pt;
	font-weight:bold;
	padding:16px;
}

div.groupDetail a {
	color:blue;
	text-decoration:none;
}

div.groupDetail a:hover { 
	color:deepskyblue;
}

