<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	direction: ltr; 
}
body{
	background: url(img/bg.png);
	font-family: arial;
	color: #3b3b3b;
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
	font-family:  'Nunito', sans-serif;
}
.screw{
	width: 29px;
	height: 27px;
	position: absolute;
	top: 5px;
	left: 160px;
	background: url(img/screw.png);
}
a{text-decoration: none;}
biockquote,q{quotes: none;}
:focus{outline: 0px;}

#container_p{ /* Container Styles Open */
	position: relative;
	width: 350px;
	height: 100%;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 20px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Safari and Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=4);
} /* Container Styles Close */
.text_span{
	display: block;
	height: 20px;
	padding: 5px;
	line-height: 20px;
}
.btn{
	height: 20px;
	background: #f4dc12;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	float: left;
	cursor: pointer;
	border-radius: 2px;
	font-size: 13px;
}
#note_1{
	background: #f4dc12;
}
#note_2{
	background: #4fcff4;
}
#note_3{
	background: #8EC122;
}
#note_4{
	background: #212121;
}
#note_5{
	background: #FF5866;
}
#note_6{
	background: #FF9A3A;
}</pre></body></html>