/* Text color, font family, and size */
body,td,th {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Page Background color for all the pages */
body {
	background-color: #161616;
}
/* Links */
a:link {
	color: #ffff00;
	text-decoration: none;
}
/* Visited links */
a:visited {
	color: #ff9900;
	text-decoration: none;
}
/* Links when mouse hovers over them */
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* Active Links settings */
a:active {
	color: #ffff00;
	text-decoration: none;
}
/* Username when user is logged in (displayed in top left corner of page) */
.username {
	color: #FF6600;
	font-weight: bold;
}
/* Main table on Index page. The one with all the torrents */
.table1 { 
	border: 1px #ffffff solid;
	border-collapse: collapse
}
.table1 td { 
	border: 1px #ffffff solid;
}
/* Comments Table */
.table2 {
	background-color: #000000;
}
/* Files and Peers tables in info pages */
.table3 {
	border: 1px #ffffff solid;
}
.table3 td {
	border: 1px #ffffff solid;
}
/* Alternating colors of rows in the table (light grey, dark grey, light etc) */
.r1 {
	background-color: cccccc;
}
.r2 {
	background-color: 999999;
}
/* Background image used on all headers */
.td1 { background-image: url(../pic/1b.jpg) }
/* Text used for Headers */
.text1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Most input boxes */
.input {
	font-family: v;
	font-size: 8pt;
	color: #000000;
	border: 1px solid #000000;
	padding-left: 3px;
	padding-right: 3px; 
	padding-top: 1px;
}
/* The small links like show full list, hide list, and edit torrent */
.sublink {
	font-size: 7pt;
	font-weight: normal;
}
.style1 {
	color: #ffffff;
	font-weight: bold;
}
.index {
	font-weight: bold;
}