body {
  font-family:Georgia;
  background-color:#EEE;
  color:#333;
}

#doc {
  background-color:#FFF;
  padding:2em;
}

#hd {
  padding:0 0 2em;
}

h1 {
  font-size:197%;
}

h2 {
  font-size:138.5%;
}

p {
  margin:1em 0;
}

b {
  font-weight:bold;
}

.yui-gf {
  padding-bottom:2em;
}

#doc a:link {
  text-decoration:none;
  border-bottom:1px dotted #333;
  color:#333;
}
#doc a:visited {
  text-decoration:none;
  border-bottom:1px dotted #333;
  color:#333;
}
#doc a:hover {
  text-decoration:none;
  border-bottom:1px solid #333;
  color:#333;
}
#doc a:active {
  text-decoration:none;
  border-bottom:1px dotted #333;
  color:#333;
}

.about {
  border-top:1px solid #EEE;
  padding:0 2em 0 0;
}

.links {
  line-height:2em;
}

.project {
  padding:1em 0;
  border-top:1px solid #EEE;
}

.project .divider {
  clear:both;
}

.project .year {
  float:left;
  width:20%;
}

.project .client {
  display:none;
}

.project .name {
  float:left;
  width:45%;
  line-height:1.4;
}

.project .keywords {
  float:left;
  width:34%;
}

#ft {
  padding:2em 0 0;
  text-align:right;
  font-size:93%;
}


