body.twee {
	background-color: #440044;
	color: white;
}

table.main {
	width: 100%;
}

table.content {
	width: 100%;
}

table.linkedit {
	width: 100%;
	border: 1px dashed black;
}

table.linklist {
	width: 100%;
	border: 1px solid black;
}

td {
	font-size: 13px;
}

td.top {
	vertical-align: bottom;
	border-bottom: 1px dashed white;
}

td.rightbar {
	background-image: url(../images/rightbar.png);
	background-repeat: repeat-y;
	width: 26px;
}

td.leftbar {
	background-image: url(../images/leftbar.png);
	background-repeat: repeat-y;
	width: 26px;
}

td.topbar {
	background-image: url(../images/topbar.png);
	background-repeat: repeat-x;
	height: 26px;
}

td.bottombar {
	background-image: url(../images/bottombar.png);
	background-repeat: repeat-x;
	height: 26px;
}

td.topleftcorner {
	width: 26px;
	height: 26px;
	background-image: url(../images/tlcorner.png);
	background-repeat: no-repeat;
}

td.bottomleftcorner {
	width: 26px;
	height: 26px;
	background-image: url(../images/blcorner.png);
	background-repeat: no-repeat;
}

td.toprightcorner {
	width: 26px;
	height: 26px;
	background-image: url(../images/trcorner.png);
	background-repeat: no-repeat;
}

td.bottomrightcorner {
	width: 26px;
	height: 26px;
	background-image: url(../images/brcorner.png);
	background-repeat: no-repeat;
}

td.menu {
	padding: 3px;
	margin: 0px;
	border: 0px;
	background-color: white;
	color: black;
}

td.content {
	padding: 3px;
	margin: 0px;
	border: 0px;
	background-color: white;
	color: black;
}

td.linkinput {
	width: 50%;
}

td.linkname {
	width: 100%;
	background-color: #661766;
	color: white;
}

td.linkdesc {
	width: 100%;
}

div.logo {
	float: left;
}

div.menu {
	float: right;
	vertical-align: bottom;
}

div.sidebar {
	float: left;
}

div.linkcat {
	font-weight: bold;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

input.tweetext {
	border: 1px solid black;
	width: 90%;
}

button.twee {
	border: 1px solid black;
}

a {
	color: #ffffff;
}

a:hover {
	color: #777777;
}

