@CHARSET "UTF-8";

@import 'debug.css';
@import 'armstrong.css';
@import 'forms.css';
@import 'list.css';

/* Global overrides */
body {
	color: #686868;
    font-size: 12px;
    text-align: center;
    font-family: arial, "lucida console", sans-serif;
    background: url(../images/background.jpg) top repeat-x #fff;
}

table {
    border-collapse: collapse;
}

div.clearing {
	height: 1px;
	clear: both;
}