/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    Created 2007.05.20
   PURPOSE: Styles html elements
 **************************************************************/

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font: 0.9em arial, sans-serif;
}

img {
  border: 0;
}

#slideshow a {
  text-decoration: none;
}

a {
  outline: none;
}
