
html {
	
}

body {
	background-color: #000;
	color: #eee;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

div#logo {
	text-align: center;
}

#wclogo {
	
}

div#familylist {
	text-align: center;
}

div#familylist div.member {
	width: 300px;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 18pt;
}

div#familylist div.member:hover {
	background: #390 url(/i/diag-bg.png) center center no-repeat;
}

div#familylist div.member a {

}

div#familylist div.member a:hover {
	
}

#webclip {
	width: 99%;
	border: 1px solid #f90;
	background-color: #222;
	color: #fff;
	font-family: "Consolas", "Lucida Console", "Monaco", "Courier New", monospaced;
	padding: 0.25em;
}

#clipinfo {
	position: absolute;
	top: 1em;
	right: 1em;
	background-color: #850;
	padding: 1em;
}

#clipinfo .clipowner {
	
}

#clipinfo .clipsaved {
	
}


