body {
	font-family: Sans Serif;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0px 50px 50px 50px;
}

/*
	Category listing
*/
table.cat_listing {
/*	text-align: center; */
/*	position: absolute; */
/*	top: 30px;	*/
/*	width: 80%;	*/
	background-color: #ff80ff;
	border: 0;
}

table.cat_listing tr td {
/*	text-align: center;*/
	/*width: 824px;*/
	background-color: #d080e0;
	border: 0;
}

table.cat_listing tr td.cat_name {
	text-align: center;
	width: 200px;
	background-color: #d080d0;
	border: 0;
}

table.cat_listing tr td.cat_desc {
	/*text-align: center;*/
	/*width: 824px;*/
	background-color: #d080d0;
	border: 0;
}


a:visited {
	color: #500050;
}

a:link {
	color: #4400ff;
}

/*
	Everything listing
*/
table.all_listing {
	text-align: center;
/*	position: absolute; */
	top: 30px;
	/*width: 80%;*/
	background-color: #d080d0;
	border: 0;
}

table.all_listing tr td.all_name {
	text-align: center;
	width: 200px;
	background-color: #ff80ff;
	border: 0;
}

table.all_listing tr td.all_desc {
	text-align: center;
	/*width: 824px;*/
	background-color: #ff80ff;
	border: 0;
}

table.all_listing tr td {
/*	text-align: center;*/
	/*width: 824px;*/
	background-color: #d080e0;
	border: 0;
}




/*
	Listing by category
*/
table.bycat_listing {
	text-align: center;
/*	position: absolute; */
	top: 30px;
	/*width: 80%;*/
	background-color: #d080d0;
	border: 0;
}

table.bycat_listing tr td.bycat_name {
	text-align: center;
	width: 200px;
	background-color: #ff80ff;
	border: 0;
}

table.bycat_listing tr td.bycat_ver {
	text-align: center;
	/*width: 824px;*/
	background-color: #ff80ff;
	border: 0;
}

table.bycat_listing tr td.bycat_desc {
/*	text-align: justify;*/
	/*width: 824px;*/
	background-color: #ff80ff;
	border: 0;
}

table.bycat_listing tr td {
/*	text-align: center;*/
	/*width: 824px;*/
	background-color: #d080e0;
	border: 0;
}



/*
	Listing by category
*/
table.pkg_listing {
	text-align: center;
/*	position: absolute; */
	top: 30px;
	/*width: 80%;*/
	background-color: #d080d0;
	border: 0;
}


table.pkg_listing tr td.pkg_ver {
	text-align: center;
	/*width: 824px;*/
	background-color: #ff80ff;
	border: 0;
}

table.pkg_listing tr td.pkg_over {
	text-align: center;
	/*width: 824px;*/
	background-color: #00ffe0;
	border: 0;
}

table.pkg_listing tr td.pkg_kw {
	text-align: center;
	/*width: 824px;*/
	background-color: #ff80ff;
	border: 0;
}


table.pkg_listing tr td.overlay{
	text-align: center;
	/*width: 824px;*/
	background-color: #f080f0;
	border: 0;
}

table.pkg_listing tr td.gentoo{
	text-align: center;
	/*width: 824px;*/
	background-color: #f080e0;
	border: 0;
}


table.pkg_listing tr td {
/*	text-align: center;*/
	/*width: 824px;*/
	background-color: #d080e0;
	border: 0;
}




/*
	Search
*/
table.sea_listing {
	text-align: center;
/*	position: absolute; */
	top: 30px;
	/*width: 80%;*/
	background-color: #d080d0;
	border: 0;
}


table.sea_listing tr td.sea_pkg {
	text-align: center;
	width: 200px;
	background-color: #ff80ff;
	border: 0;
}

table.sea_listing tr td.sea_desc {
	text-align: center;
	/*width: 824px;*/
	background-color: #ff80ff;
	border: 0;
}


table.sea_listing tr td {
	text-align: center;
	/*width: 824px;*/
	background-color: #d080e0;
	border: 0;
}


h1 {
	font-size: 140%;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 120%;
	margin-bottom: 0.2em;
}

p.overlay_description {
	display: inline;
}

body p.homelink {
	display: inline;
}

body p.w3c_validation {
	display: inline;
}
