/*

	Author: Carl Widdowson;

*/

@import url(shell.css);
@import url(pages.css);

a {
	color: #568D77;
	text-decoration: underline;
}
a:hover {
	color: #784444;
	text-decoration: none;
}

.submit {	
	background: url(submitBtn.gif) repeat-x; 
}