/* ds css sheet
 *
 * The ds links page is designed to be as dense as possible
 * and also pretty.
 */
body {
	background-color: #000000;
	color: #CCCCDD;
	font-size: 9pt;
	font-weight: bold;
	font-family: arial;
}

a:link    { color: #616184 }
a:visited { color: #3F87D7 }
a:hover   { color: #F01823 }
a:active  { color: #0000FF }

h1 {
	font-family: Tahoma;
	color: #96979A;
	font-size: 200%;
}

h2 {
	font-family: Tahoma;
	color: #96979A;
	font-size: 130%;
}


b.heading1 {
	color: #00BB66;
	font-family: times;
	font-size: 150%;
}

.clearboth { 
	clear: both;
}
		
.spacer {
	float: left;
	width: 3%;
}

#development_box {
	padding-left:1.5ex;
	padding-right:1.5ex;
	padding-bottom:1.5ex;
}

#lua_box {
	position: absolute;
	top: 65px;
	right: 2%;
	width: 40%;
	background-color: #000000;
	border: solid 3px #666666;
	padding-left:   1.5ex;
	padding-right:  1.5ex;
	padding-bottom: 1.5ex;
}

#right_side_box {
	position: absolute;
	top: 265px;
	right: 2%;
	width: 40%;
	background-color: #000000;
	border: solid 3px #666666;
	padding-left:   1.5ex;
	padding-right:  1.5ex;
	padding-bottom: 1.5ex;
}

#box10 {
	position: relative;
	float: left;
}
#box11 {
	position: relative;
	float: right;
	text-align: right;
}
#box12 {
	position: relative;
	float: left;
	clear: both;
}

