* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	color: #fff;
        Font: normal 13px "Lucida Sans Unicode",sans-serif;
   
}

table {width: 100%;}

a {
	color: #CCCCCC;
	
}

a:hover {color: #e9e9e9;}


img {border: none;}

h1{
	
	color: #b3e156;
        Font: normal 20px  "·ÂËÎ";
        margin-top: 5px;
        margin-bottom: 4px;
   
}

h2{
	
	color: #b3e156;
        Font: normal 18px  "·ÂËÎ";
        margin-top: 5px;
        margin-bottom: 4px;
   
}

ul {
	border-top: 1px solid #4c4c4c;
	margin: 0;
}

li {
	border-bottom: 1px solid #4c4c4c;
	list-style: none;
}

li a {
	display: block;
	line-height: 2em;
}


.div1 {
	float: left;
	width: 30%;
	margin: 0 1%;

}


#container {
	background: #222;
	border: 3px double #444;
	height:100%;
	width: 800px;
	text-align: left;
        
}
