/* General Styles */

body {
	background-color: black;
	color: rgb(160, 224, 255);
	font-family: "Cambria", "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: lighter;
}

h1 {
	color: rgb(200, 224, 255);
	font-family: "Calibri", "San Francisco", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1.5em;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	color: rgb(200, 224, 255);
	font-family: "Calibri", "San Francisco", "Helvetica Neue", "Arial", sans-serif;
	font-size: 1.2em;
	/* text-decoration: underline; */
}

section.faves {
	vertical-align: top;
	text-align: center;

	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;

	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;

	-moz-column-rule: 2px solid gray;
	-webkit-column-rule: 2px solid gray;
	column-rule: 2px solid gray;
}

section.faves p.rpg {
	background-color: rgb(16, 16, 32);
}

section.faves p.daily {
	background-color: rgb(16, 16, 32);
}

section.faves p.wowlinks {
	background-color: rgb(16, 16, 32);
}

section.faves p.financial {
	background-color: rgb(16, 16, 32);
}

section.faves p.w3c {
	background-color: rgb(16, 16, 32);
}

section.faves p.delstatus {
	background-color: rgb(16, 16, 32);
}

/* h2 {
	text-transform: uppercase;
	font-size: medium;
	text-align: center;
}
*/
a:link {
	color: rgb(0, 255, 255);
	background: transparent;
}

a:visited {
	color: rgb(0, 255, 255);
	background: transparent;
}

a:hover {
	color: rgb(0, 255, 255);
	background: transparent;
}

/* Table styles */

table {
	margin-left: auto;
	margin-right: auto;
	width: 75%;

	border-collapse: collapse;
	border: 2px solid gray;

	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

caption {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

th, td {
	border: 2px solid gray;
	width: 50%;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

table.dev {
	background-color: DarkBlue;
}

table.gid {
	background-color: DarkRed;
}

table.gaptech {
	background-color: Navy;
}

table.gid td {
	width: 25%;
	border: 2px solid gray;
}

table.gaptech td {
	width: 25%;
	border: 2px solid gray;
}

table.dev td {
	width: 25%;
	border: 2px solid gray;
}

table.stage {
	background-color: DarkGreen;
	border: 2px solid gray;
}

table.stage td {
	width: 25%;
	border: 2px solid gray;
}

table.test {
	background-color: SeaGreen;
	border: 2px solid gray;
}

table.test td {
	width: 25%;
	border: 2px solid gray;
}

table.prod {
	background-color: Maroon;
	border: 2px solid gray;
}

table.prod td {
	width: 25%;
	border: 2px solid gray;
}
