@charset "UTF-8";
@import url("undohtml.css");
@import url("layout.css");
@import url("design.css");


.floatLeft{float:left;}
.floatRight{float:right;}
.clear {clear:both;}

img {border: 0;}

a:link{text-decoration:none}
a:hover{text-decoration:underline}

ul{list-style:none;}

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

table {
	border-spacing: 0; 
	border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

