@import "layout.css";
@import "common_elements.css";
@import "menu.css";
@import "contact.css";

.bold       { font-weight: bold; }
.italic     { font-style: italic; }
.underline  { text-decoration: underline; }

html, body
{
  margin: 0px;
  padding: 0px;
}

img { border-style: none; }

/*--- [ IE: whatever:hover -hack ] ---*/
/*body { behavior:url("csshover.htc"); }*/