@import "/files/css/layout.css";
@import "/files/css/format.css";
@import "/files/css/mt_default.css";
@import "/files/css/gb_default.css";
@import "/files/css/gallery_default.css";
@import "/files/css/links_default.css";

body {
	background-color	:	white;
	color			:	black;
}

a {
	color			:	blue;
}

a:hover {
	background-color	:	#ffffdd;
}

a:visited {
	color			:	#55f;
}

a.menu {
	color			:	#888;
}

a.menu:hover {
	background-color	:	#efefef;
}

#header {
	background-color	:	#dedede;
}

td {
	background-color	:	white;
}

th {
	background-color	:	#ddd;
}

table {
	background-color	:	black;
}

#email_form {
	background-color	:	#efefef;
}

h3.email_header {
	background-color	:	black;
	color			:	white;
}

.interest_top_menu {
	background-color	:	#ddf;
}

.boxquote {
	border-color		:	#9b9;
	background-color	:	#cdfeef;
}
