body#example25331 table *{
	border:1px solid #000;
	text-align:center;
}


body#example2534 {
	margin:0px;
	padding:0px;
}

body#example2534 #navigation{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	margin:0px;
	padding:0px;
}

body#example2534 .menu{
	margin:0px;
	padding:0px;
	margin-top:10px;
	border-bottom:1px solid #000;
}

body#example2534 .menu li{
	display:inline;
	border:1px solid #000;
	border-bottom:none;
	background:#ccc;
	margin:3px;
	padding:0px;
}

body#example2534 .menu li.active{
	background:#fff;
}

body#example2534 #content{
	margin-top:100px;
}

body#example2534 .colored-text.red{
	color: #f00;
}

body#example2534 .colored-text.blue{
	color: #00f;
}