@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	background-color: #FFF;
	color: #000;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #00CDFF;
}

a:active {
	color: #000;
}

#title {
	font-size: 16px;
	font-weight: bold;
	width: 320px;
}

.twitter {
	color: #00CDFF;
}

#text {
	width: 320px;
	margin-top: 10px;
}

#ipwriter {
	width: 20px;
	height: 20px;
	margin-top: 20px;
}

#data {
	font-size: 12px;
	font-weight: bold;
	width: 320px;
	margin-top: 50px;
}

#sub {
	width: 320px;
	margin-top: 25px;
}