@import "layout.css";

* {font-family: "Georgia", serif;}
body {background-color: #FFFFFF;}

/* most elements except ul, ol, and li and formatting elements (b, i, em, strong, etc) */
html, body, div, span, p, img, a, h1, h2, h3, h4, h5, h6,
table, thead, tbody, tfoot, tr, td, th, caption, colgroup, col,
label, select, optgroup, option, textarea, button, form {
  margin: 0; padding: 0; border: 0;
}
table, tr, td {border-collapse: collapse;}
div,object {display: block;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;} /* fix ie6 and ie5mac */
input.hidden {display: none !important; height: 0; width: 0; border: none 0 !important;}
form.form_search {white-space: nowrap;}
