@charset "utf-8";
/* CSS Document */

@import "general.css";

/*Courtesy of pricexml.com and Ray Larabie (http://www.larabiefonts.com)*/

/* GlazKrak, Regular */
@font-face {
    font-family:"GlazKrak";
    font-weight:normal;
    font-style:normal;
    src:url("http://www.princexml.com/fonts/larabie2/glazkrak.ttf")
}

/* Quadaptor, Regular */
@font-face {
    font-family: "Quadaptor";
    font-weight: normal;
    font-style: normal;
    src: url("http://www.princexml.com/fonts/larabie2/QUADAPTO.TTF")
}

/* Gunplay 3D, Regular */
@font-face {
    font-family: "Gunplay 3D";
    font-weight: normal;
    font-style: normal;
    src: url("http://www.princexml.com/fonts/larabie2/GUNPLA3D.ttf")
}

/* Credit Valley, Regular */
@font-face {
    font-family: "Credit Valley";
    font-weight: normal;
    font-style: normal;
    src: url("http://www.princexml.com/fonts/larabie2/creditva.ttf")
}

#links{
	position:relative;
	top:1em;
	left:0em;
	height:60em;
	width:25em;
	margin-bottom: 2em;
}

#links table{
	position:absolute;
	left:0em;
	top:0em;
	border:.2em ridge #339;
	height:58em;
}

#links table th{
	text-align:center;
	font-size:110%;
	letter-spacing:.5em;
	font-family:"GlazKrak", Arial Black, sans-serif;
	font-size:2em;
}

#links td{
	vertical-align:top;
}
#links dl{
	width:12em;
	margin-bottom:0em;
	padding-bottom:0em;
}
#links dt{
	font-family:"Gunplay 3D", Trebuchet MS, Helvetica, sans-serif;
	font-size:1.1em;	
	background-color:#6CF;
}

#links dd a{
	font-family:"Credit Valley", Palatino Linotype, Book Antiqua, Palatino, serif;
	text-decoration:none;
	color:#FFEBCD;
}

#links dd a:hover{
	color:#06C;
}

#links tfoot > tr > td {
	text-align: center;
	padding-left: .1em;
	padding-top: 2em;
}
