@charset "utf-8";
/* CSS Document */

body {
  margin: 11.5% 0 0 10%;
  color: #333;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
}

h1, h2, h3 {
  width: 500px;
  margin: 1.3em 0 0.5em 0;
  font-weight: normal;
  font-size: 130%;
  cursor: default;
}

p {
  margin: 0.5em 0 1.3em 0;
  width: 500px;
  line-height: 150%;
  cursor: default;
}

a:link, a:visited {
  color: #666;
  text-decoration: none;
}
a:hover, a:active {
  color: #f60;
}

ul {
  float: left;
  width: 500px;
  margin: 0 0 1.3em 0;
  padding: 0;
}
li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 150%;
}

h1 a {
  display: block;
  width: 154px;
  height: 37px;
  background: #fff url(david-fraser.gif) -12px 0 no-repeat;
  text-indent: -9999px;
  cursor: default;
}

li a:link, li a:visited {
  display: block;
  float: left;
  width: 235px;
  padding: 0 0 0 15px;
  background: transparent url(david-fraser-oianw.gif) 0 4px no-repeat;
}
li a:hover, li a:active {
  background: transparent url(david-fraser-oianw.gif) 0 -16px no-repeat;
}

a .oianw {
  display: none;
}