body
{
background-color: #ccffff;
color: black;
font-size: 100%;
font-family: 'Times New Roman', serif;
}

p
{
  font-size: 110%;
}


a:link
{
  color: blue;
  background: transparent;
}
a:visited
{
  color: purple;
  background: transparent;
}
a:hover
{
  color: #00c;
  text-decoration: none;
  background: #FFD503;
}
h1
{ 
  color: #cc0033;
  text-align: center;
}

li
{ 
  margin-left: 2.5ex;
}

img
{ 
  border: none;
}

.sidebar
{
  font-size: medium;
  text-align: justify;
  clear: right;
  float: right;
  width: 25%;
  padding: 2ex;
  margin: 0;
  margin-left: 2ex;
  margin-bottom: 2ex;
}

.content
{ 
  padding: 2ex;
}

fieldset.otherpages
{ 
  border: solid 1px grey;
  background: white;
  color: black;
}
.otherpages legend
{ 
  border: solid 1px grey;
  background: white;
  color: black;
}
.otherpages a
{ 
  display: block;
}