body {
  background-color : #eff;
  color : #006;
  font-family : sans-serif;
  margin-top : 0;
  margin-left : 0;
  padding-top : 1em;
  padding-left : 1em;
  margin-right : 3em;
  border-left : solid 1em #036;
}

h1 {
  font-size : 132%;
}

h2 {
  font-size : 120%;
}

h3 {
  font-size : 108%;
}

h4 {
  font-size : 84%;
}

/*
All links have a cream background 
 when you hover
*/
a {
  text-decoration : none;
}

a:hover {
  background-color : #ffc;
}

/*
Internal links have a dashed underline
*/
a:link {
  color : blue;
  border-bottom : dashed 1px blue;
}

a:visited {
  color : purple;
  border-bottom : dashed 1px purple;
}

/*
External links have the conventional 
 solid underline
*/
a:link.external {
  border-bottom : solid 1px blue;
}

a:visited.external {
  border-bottom : solid 1px purple;
}

p.breadcrumbs {
  margin : 0;
  padding : 0;
  font-size : 72%;
}

p.contacts {
  margin-top : 2cm;
  font-size : 72%;
}

.xyz {
  font-size : 200%;
}
