body {
	font: bold 12px Verdana;
	background: #000000;
	color: #ffff00;
	}

#header, #menu, #angelz, #footer {
	width: 1200px;
	margin: auto;
	text-align: center;
	}

#menu table {
	width: 1200px;
	border: 7.5px ridge #0000ff;
	}

#menu td {
	font-size: 10px;
	text-align: center;
	}

#menu td.search {
	width: 210px;
	text-align: center;
	}

#menu a, a:visited {
	color: #ffff00;
	text-decoration: none;
	}

#menu a:hover {
	color: #ffff00;
	text-decoration: underline;
	}

form {
	margin: 0px;
	padding: 0px;
	}

#directory {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	}

#directory table {
	width: 1200px;
	border: 7.5px ridge #0000ff;
	}

#directory td {
	text-align: center;
	}

#angelz table {
	width: 1200px;
	border: 7.5px ridge #0000ff;
	}

#angelz td.icon {
	width: 25px;
	text-align: center;
	}

#angelz td.angel {
	width: 200px;
	text-align: left;
	}

#angelz a, a:visited {
	color: #ffff00;
	text-decoration: none;
	}

#angelz a:hover {
	color: #ffff00;
	text-decoration: underline;
	}

#footer {
	color: #0000ff;
	margin-top: 25px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	border: 7.5px ridge #0000ff;
	}

#footer a, a:visited {
	color: #0000ff;
	text-decoration: none;
	}

#footer a:hover {
	color: #0000ff;
	text-decoration: underline;
	}