* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-align: center; }
td {
	font-family: Arial, Helvetica, sans-serif; }
th {
	font-family: Arial, Helvetica, sans-serif; }
a { color: #fff; text-decoration: underline; }

a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

#content {
	margin: 0px auto;
	width: 900px;
}

.clearthis {
	margin: 0px;
	height: 1px;
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}

#tag {
	width:879px;
	text-align:center;
	border: 1px solid #999999;
	padding: 10px;
	color:#999999;
	font-size:12px;
	margin-top:10px;
	background-color:#000000;
}

#special {
	width:879px;
	text-align:center;
	border: 1px solid #999999;
	padding: 10px;
	color:#999999;
	font-size:12px;
	margin-top:10px;
	background-color:#000000;
}

#footer {
	width:879px;
	height:49px;
	text-align:center;
	border: 1px solid #999999;
	padding: 10px;
	color:#999999;
	font-size:11px;
	margin-top:10px;
	margin-bottom: 5px;
	background-color:#000000;
}
  
#tag a:link, #tagcloud a:visited {
text-decoration:none;
}
       
#tag a:hover, #tagcloud a:active {
text-decoration: underline;
color: #000;
}

#tag span {
padding: 4px;
}

.smallest {
font-size: x-small;
}

.small {
font-size: small;
}

.medium {
font-size:medium;
}

.large {
font-size:large;
}

.largest {
font-size:larger;
}