body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
}
#nav:link {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}
#nav:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}
#nav:hover {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #999999;
}
#nav:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}
#menus:link {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 12px;
	color: #EF7600;
	text-transform: capitalize;
}
#menus:visited {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 12px;
	color: #EF7600;
	text-transform: capitalize;
}
#menus:hover {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 12px;
	color: #FFCC00;
	text-transform: capitalize;
}
#menus:active {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 12px;
	color: #EF7600;
	text-transform: capitalize;
}
#tag:link {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
#tag:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
#tag:hover {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #999999;
}
#tag:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
.image_tag {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
	text-transform: capitalize;
}
.input {
	font-family: "Trebuchet MS";
	color: #FF6600;
	background-color: #333333;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
textarea {
	font-family: "Trebuchet MS";
	color: #FF6600;
	background-color: #333333;
	height: 200px;
	width: 300px;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.button {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	background-color: #000000;
	height: 25px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	
}
