* {
margin:0;
padding:0;
font: 100.1% "Trebuchet MS", Verdana, Georgia, sans-serif;
}

/*
image borders == none
*/
img {
   border: none;
}

/*
default link styles
*/
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #999; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #999900;                
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #999900;
   color: #fff;
}

/* Global floats */
.float1 {
   float:left;
	 margin: 0 1em 0 0;
}

.float2 {
   float:right;
	 margin: 0 0 0 1em;
}

.clear {
clear:both;
}