* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover, a:focus {
	background-color: black;
	color: white;
	text-decoration: none;
}

blockquote {
	background-color: #EEE;
	color: #333;
	margin: 3px 100px 3px 75px;
	padding: 2px;
}

body {
	background-color: white;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	background-color: white;
	color: #333;
	width: 300px;
}

h1, h2, h3, h4, h5, h6 {
	font-style: oblique;
	font-family: Times, serif;
	margin-bottom: 5px;
}

h2 {
	font-size: 200%;
	text-transform: lowercase;
}

input, option, textarea, select {
	background-color: #EEE;
	color: #333;
	font-family: inherit;
	font-size: inherit;
	width: 300px;
	padding: 2px;
	margin: 1px;
}

li {
	list-style: none;
}

/*------------>>>>>>IDs, Pseudo-classes, et al.<<<<<<------------*/

#content, #disc {
	width: 50%;
	padding: 10px;
}

div#owned {
	text-align: left;
}

div#joined {
	text-align: center;
}

p {
	margin-top: 7px;
}

p.ownedTitle {
	width:100%;
	color: #AAA;
	text-decoration: none;
	font: italic normal bold 1em Georgia, serif;
	border-bottom: 1px #CCC dotted;
	border-top: 1px #666 dotted;
}

p.ownedInfo {
	background-color: #CCC;
	width: 60%;
	color: black;
	text-decoration: none;
	text-align: left;
	font: normal normal normal 1.2em Arial, Helvetica, sans-serif;
}

img.joined {
	border: 0;
	margin: 2px;
}

img.owned {
	float: right;
	border: 0;
}

.headline, .headline a {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*------------>>>>>>FanUpdate Styles<<<<<<------------*/

.catfile, .catfile a {
	background-color: #666;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.archivelink {
	text-align: center;
}

.credit {
	clear: both;
	text-align: center;
	margin: 1em 0 0 0;
}

.credit p {
	margin: 0;
}