@CHARSET "UTF-8";

html {
  font-family:    "monospace", "Georgia", "sans serif";
}

h3.projectName {
  color:          #407DC9;  
}

a {
  color:          #407DC9;
}

a:link, a:visited, a:active {
  text-decoration: none;
  font-weight:     bold;
}

a:hover {
  text-decoration: underline;
}

table#projects {
  width:          100%;
}

tr.project h3 {
  font-size:      140%;
}

.projectMetadata {
  vertical-align: top;
}

.projectDescription {
  vertical-align: top;
}

.copyright {
  font-size:      80%;
}

.backToPortfolio {
  font-style:     italic;
}

#swoof p {
  line-height:    50%;
}

a.toggler {
  display:        none;
}

.displayNone {
  display:        block;
}

.displayBlock {
  display:        block;
}

.download {
  display:        none;
}

.noprint {
  display:        none;
}