/* CSS Document */
body{
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  line-height:16px;
  margin:0;
  padding:0;
}
table, td, div, img, h1, h2, h3{
  border:none 0;
  border-spacing:0px;
  outline:none;
  margin:0;
  padding:0;
}

a{
  border:none;  
}
a:hover{
}

.float_l{
  float:left;
}
.float_r{
  float:right;
}
.clear{
  clear:both;  
}

.menu a{
	text-shadow: 0px 0px 3px #000;
}
.menu a:hover{
	text-shadow: 0px 0px 3px #fff;
}