/* $TopStyle:URL=http://www.bengtssons.info/daniel/application.css$ */

#sub1 {display:none;}
#sub2 {display:none;}
#sub3 {display:none;}
#sub4 {display:none;}
#sub5 {display:none;}

a:link {color: white;}
a:visited {color: white;}
a:active {color: gray;}

a.yellow:link {color: #ffce63;}
a.yellow:visited {color: #ffce63;}

p.info {
	 	color: #FF4500;
}

	body {
		color: #FFFFFF;
		background-color:#202020;
		margin:0px 0px 0px 0px;
		}

	#top {
		z-index:1;
		position:fixed;
		left:2%;
		right:2%;
		top:10px;
		height:180px;
		background:#000000;
	}

	#leftcontent {
		z-index:2;
		position:fixed;
		top:200px;
		left:2%;
		width:30%;
		font-size:12px;
		background:#313131;
		}

	#rightcontent {
		z-index:1;
		top:200px;
		position:absolute;
		left:34%;
		width:64%;
		background:#313131;
		}

	#rightcontent, #leftcontent, #top {
		border:1px solid #666666;
		}

	.right { text-align: right }

	.toph { height:180px; }

	.title {
		font-size: large;
		color: gray;
		}

	.large {
		font-size: 16px;
		}

	p,h1,h2,pre {
		margin:0px 20px 10px 30px;
		}

	table {
		margin:0px 30px 10px 30px;
		}

	h1 {
		font-size:16px;
		padding-top:10px;
		}

	h2 {
		font-size:18px;
		padding-top:10px;
		}

