body {
	background-image: url(images/bgd_deg_page_short.jpg);
	background-repeat: repeat-x;
	background-color: #333;
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 12px;
}
a {
	color: #ca3527;
}
a:visited {
	color: #ff6600;
}
.slogan {
	color: #000;
}
.heading1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.text1 {
	color: #000;
}
.text-blue {
	color: #336699;
}
.page-title {
	color: #fff;
	font: bold 24px 'Fredoka One', cursive;
	font-style: italic;
}
.menu-bar {
	text-align: right;
	padding: 0 5px 5px 0;
}
.menu-btn {
	display: inline-block;
	background: linear-gradient(to bottom, #ca3527, #8f1f15);
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	border-radius: 0;
}
.menu-btn:hover,
.menu-btn:visited:hover,
.menu-btn.active {
	background: linear-gradient(to bottom, #336699, #4284c7);
	color: #fff;
	text-decoration: none;
}
.menu-btn:focus {
	outline: none;
}
.content-area {
	background-image: url(images/bgd_deg_table.png);
}
.footer {
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.footer a {
	color: #bbb;
}
.cache-bust, .cache-bust:visited, .cache-bust:hover {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
#page-wrap {
	opacity: 0;
	transition: opacity 0.35s ease;
}
