html,body	{
	margin : 0;
	padding: 0;
	height:  100%;
	width :  100%;
	background-color:#666666;
	background-image: url("img/bgr2.jpg");
	background-repeat:repeat-y;
	line-height: 1.5;
	font-size:12px;
	border:none;
}
A:link { color: #3388ee; }
A:visited { color: #3388ee; }
A:hover { color: #ffffff; text-decoration: underline; }
A:active { color: red; }
A {text-decoration: none;}
HR.full{
	border:0;
	height:1px;
	background:#000;
	
}
HR.half{
	border:0;
	height:1px;
	background:#000;
	text-align:left;
	margin-left:0px;
	width:50%;
}

div#wrapper{
	width:614px;
	height:100%;
	margin-left:10px;
	position:absolute;
	}
div.cont {
	background-color:#cccccc;
	border-radius:7px;
	border: solid 1px;
	border-color:#000;
	margin-left:7px;
	margin-right:7px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	word-break:break-all;
}
div#copy{
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
div.right{
	text-align:right;
}
span.red{
	color:red;
}
span.clap{
	color:#555555;
}
span.l1{
	font-size:14px;
}
span.l2{
	font-size:16px;
}
span.l3{
	font-size:18px;
}