body {
	background: #B57B98;
	font: 90%/1.5 Verdana, Arial, Sans-Serif;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #C18BA4;
}

a:hover {
    text-decoration: underline;
    color:#B57B98;
    cursor:sw-resize; 
}

img {
	border: 0;
}

p, table {
	margin: 0 0 1.5em;
}

h1, h2 {
	margin: 0;
	font-size: 1.0em;
	color: #886879;
	border-bottom: 1px dashed #B57B98;
}

h3 {
	margin: 0;
	font-size: 1.0em;
	color: #886879;
	border-bottom: 0px dashed #000000;
}

fieldset {
	border: 0;
	margin: 0;
}
input, select, textarea {
	font: inherit;
}

form#linkform label, form#linkform span.label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
form#linkform input, form#linkform select, form#linkform textarea, form#linkform span.button {
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
form#linkform textarea {
	height: 80px;
}
form#linkform input.button {
	clear: both;
	margin: 10px 0 0 150px;
	width: 80px;
}

#container {
	background: #000;
	width: 80%;
	padding: 15px;
	margin: 25px auto;
}
	#navigation {
		margin: 0 0 2em 0;
		list-style: none;
		text-align: center;
	}
		#navigation li {
			display: inline;
			padding: 0 10px;
		}
	#footer {
		color: #fff;
		font-size: .9em;
		text-align: center;
		margin: 25px 0 0 0;
	}
	
	table {
		width: 100%;
		border-collapse: collapse;
	}
		table tr.linkeven {
			background-color: #000;
		}
		table tr.linkodd {
			background-color: #000;
		}
		table tr.pending {
			background-color: #404040;
			font-weight: bold;
		}
			table td, table th {
				padding: 3px;
				border: 1px solid #ccc;
			}
		
		table img {
		vertical-align: middle;
		}

.updatemeta {
	margin-top: -1em;
	font-size: .9em;
	color: #9B5579;
}
.red { color: #f00; }

.center { text-align: center; }
.right { text-align: right; }

ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:12px;
    border:1px dashed #B57B98;
    background-color:#000000;
    color:#ffffff;}