@charset "utf-8";
/* CSS Document */

body {
	font-family: "62.5%", "Arial Black", Gadget, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: rgba(0,0,0,1);
	background: url(../studs/bak_canine_color%20web%20wall%20paper.gif) fixed;
	text-align: center;
}



h1 {
	font-size: 2em;
	font-weight: bold;
	color: rgba(255,0,0,1);
}
h2 {
	font-size: 1.85em;
	font-weight: bold;
}



h3 {
	font-size: 1.65em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
}

.gold {
	color: #993300;
	background: rgba(255,153,0,1);
	font-weight: bolder;
}

.red {
	color: rgba(255,0,0,1);
	text-decoration: underline;
	font-family: "62.5%", "Arial Black", Gadget, sans-serif;
}
.brown {
	color: rgba(153,51,0,1);
}


td {
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
}
.highlight_purple {
	background: rgba(177,99,163,1);
}
