body
{
background-color: white;
color: black;
font-family: verdana, sans-serif;
}

a:link 
{
color: #0000ff;
text-decoration: none;
}

a:hover
{
color: #0000ff;
text-decoration: underline;
}

a:active 
{
color: #ff0000;
}

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

h1
{
background-color: #bbffff;
font-size: x-large;
text-align: center;
font-weight: normal;
}

div.topic
{
position: static;
padding: 0;
display: block;
}

div.heading-banner
{
background-color: #99aaff;
font-weight: bold;
display: block;
padding: 0.3em;
z-index: -1;
}

div.item1, div.item2, div.item3
{
float: left;
text-align: center;
height: auto;
display: block;
background-color: #ddeeff;
}

div.item1
{
width: 100%;
}

div.item2
{
width: 49.9%;
}

div.item3
{
width: 33.3%;
}

p.underneath
{
font-size: x-small;
text-align: center;
}

p.new
{
color: red;
}

p.update
{
text-align: center;
font-size: x-small;
}

p.breadcrumb
{
text-align: left;
font-size: small;
}

span.highlight
{
background-color: yellow;
}

span.picture-caption
{
font-size: small;
}

p.title
{
font-weight: bold;
margin-bottom: 0%;
}

p.titled
{
margin-top: 0%;
}