@charset "UTF-8";
body {
	background-color: #000000;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
#bucket {
	background-color: #333333;
	padding: 10px;
}
#contact {
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333333;
}
#lower_nav {
	font-family: "Courier New", Courier, monospace;
}
#copyright {
	font-size: 14px;
	color: #FFFF02;
	text-decoration: none;
}
a:link {
	color: #FF6634;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #66CC33;
}
a:active {
	color: #FFFF02;
}
.design {color: #60BF30}
.profile {
	color: #99CC33;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF6634;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #98CB33;
}
