/*
 This cascading stylesheet is for use with the CV page.
 Created: 29/07/03
*/


/* General attributes for all pages */

h1, h2, h3, p, table, li {
  font-family: arial, 'sans serif';
  background: none;
  color: black;
}

font.title {
  font-size: 140%;
  color: #553300
}

body {
  text-align: left;
  font-size: 100%;
  color: black;
  background: white;
  margin-left: 15%;
  margin-right: 15%;
}
table { font-size: 100%; }

a:link    { color: #AA0000; }
a:visited { color: #660000; }
a:active  { color: #AA0000; }
a:hover   { color: #660000; }

p.title {
  font-size: 180%;
  text-decoration: underline;
}
p.subtitle {
  font-size: 110%;
  font-weight: bold;
}
p.spacer-small { font-size: 20%; }
p.spacer-large { font-size: 40%; }
