<!--
body {
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "courier new", verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 0.05em;
}
h1, h2, h3 {
	font-weight: bold;
	color: #000;
	margin: 0 0 0 0;
}
h1 {
	font-size:22px;
	margin: 10px 0 10px 0;
}
h2 {
	font-size:16px;
	margin: 60px 0 0 0;
	color: #118abc;
}
h3 {
	font-size: 12px;
	margin: 10px 0 0 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 25px;
}
a {
	color: #118abc;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.tweet_author {
	color: #000;
}
.menu {
	padding: 0 20px;
}
.menu li {
	display: inline;
	font-weight: bold;
}
.menu_prefix {
	float: left;
	padding: 2px 0;
}
.invader div {
	background-image: url('image/invaders.mask.png');
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	float: right;
	margin: 2px 5px;
}
.inv1 {
	background-position: 0 0;
	height: 16px;
	width: 20px;
}
.inv2 {
	background-position: 0 -16px;
	height: 16px;
	width: 20px;
}
.inv3 {
	background-position: 0 -32px;
	height: 16px;
	width: 20px;
}
.inv4 {
	background-position: 0 -48px;
	height: 16px;
	width: 20px;
}
h2 a {
	color: #000;
	font-size: 12px;
}
.clr1:hover {
	background-color: #F00;
}
.clr2:hover {
	background-color: #0F0;
}
.clr3:hover {
	background-color: #00F;
}
.clr4:hover {
	background-color: #F0F;
}
.clr5:hover {
	background-color: #FF0;
}
.clr6:hover {
	background-color: #0FF;
}
.comment {
	display: block;
	margin: 10px 0;
	color: #339933;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.comment a {
	color: #339933;
	font-size: 12px;
	text-decoration: underline;
}
.comment a:hover, .comment a:active,.comment a:focus {
	text-decoration: none;
}
.liner {
	background-image: url('image/tweet.png');
	background-repeat:no-repeat;
	background-position: 20px 7px;
	background-color: #54ccff;
	border-bottom: solid 1px #00a7e3;
	height: 42px;
	width: 100%;
	position: fixed;
	top: 0;
	overflow: hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.tweet {
	min-height: 13px;
	margin: 7px 8px 0 45px;
	font-size: 10px;
	line-height:12px;
	float: left;
	padding: 0;
	font-family: verdana, "courier new", sans-serif;
}
.tweet a {
	color: #000;
	font-weight: normal;
}
.tweet .author, .tweet .message {
	background-color: #FFF;
}
.tweet .author {
	float: left;
	position: absolute;
	width: 80px;
}
.author a {
	font-weight: bold;
}
.tweet .message {
	position: absolute;
	left: 122px;
	padding: 0 8px 0 6px;
	border-right: 1px solid #FFFFFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 8px 0 0;
}
.content {
	padding: 20px 0 0 0;
	margin: 42px 15px;
	min-height: 413px;
	line-height: 18px;
}
#pix {
	background-image: url('image/pix.png');
	background-repeat: no-repeat;
	float: right;
	height:373px;
	width:386px;
}
#top {
	position:relative;
	top:-100px;
}
-->
