@charset "utf-8";
/* CSS Document */
/*AUTHOR: Mark Abucayon*/
/*POSITION:Web Designer and Developer*/
/*WEBSITE: http://mark.mabucplus.com*/
/*Created in Mozilla Firefox3*/

@import url('main.css');
@import url('class.css');
@import url('ie6.css');
@import url('reset.css');

.surfboard {
	position:absolute;
	left:650px;
	top:250px;
}

a.onk {
  cursor: pointer;
  outline: none;
    text-decoration: none;

}
a.onk:link { color: #004e72; 
  text-decoration: none;
  }
a.onk:visited { color: #004e72; 
  text-decoration: none;
}
a.onk:hover {
  color:#333;
  text-decoration: underline;
}
