<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
html{
	overflow-y:scroll;
}

body{
	background-color:#000000;
	font-size:14px;
	margin-bottom:1px;
	height:100%;

	text-align:center;
}

#center{
padding:5px;
width:794px;
padding-left:15px;
}
#main{
	width:800px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

#twitter_icon {
	width: 100%;
	color:#ffffff;
}
#twitter_icon ul{
	list-style-type: none;
}
#twitter_icon ul li{
	float: left;
	width: 128px;
	height: 150px;
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visiblity: hidden;
}
.clearfix {
	min-height: 1px;
}
*html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

table{
	border:0px;
	border-collapse:collapse;
	border: none;
	border-spacing:0px 0px 0px 0px;
}
td{
	font-size:14px;
	border:0px;
}

textarea.top{
	resize: none;
	background: url() no-repeat;
	height: 85px;
	width: 441px;
	overflow:auto;
	overflow-y: scroll;
	border: 1px #ffffff solid;
	padding: 0px;
	margin: 0px;
	color :#ffffff;
	font-size:12px;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

A:link{
	color:#FFA5A4;
	font-weight:bold;
	text-decoration:none;
}

A:visited{
	color:#FFA5A4;
	font-weight:bold;
	text-decoration:none;
}

a:active{
	color:#F25252;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#F25252;
	font-weight:bold;
	text-decoration:none;
}

a:focus{
	outline:none;
}
a{
	outline:none;
}
</pre></body></html>