a:link { 
  color: #5050C0; 
  text-decoration: none; 
}

a:visited  { 
  color: #5050C0; 
  text-decoration: none; 
}

.SmallCaps { 
  font-variant: small-caps; 
}

.pagetitle { 
  text-align: center;
  font-size:  35px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
}

h3 { 
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #8080A0;
  margin-top: 40px;
  padding-top: 10px; 
}

h4 { 
  margin-top: 40px;
  margin-bottom: 10px;
}

.name { 
  font-size: xx-large;
  margin-bottom: 5px;
}

.bars { 
  border-top-style: solid; 
  border-bottom-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: #8080A0;
  margin-top: 20px; 
  padding-top: 10px;
  margin-bottom: 20px; 
  padding-bottom: 10px; 
}

body {
  color:            black;
  background-color: #ffffe6;
  font-size: 12pt;
  font-family: sans-serif;
/*   font-size:        normal; */
}

li { 
  list-style-image: url(Icons/blue_square.gif);
  margin-bottom: 10px;
  margin-left: 2px;
  padding-left: 5px;
}

.bottom { 
  width: 100%;
  background-color: #d0d0d0;
  margin-top: 20px;
}

table.cv td {
  padding-right: 10px;
  padding-bottom: 10px;
}

