h1 
{
text-align: centre;
background-color: transparent;
color: #256579;
font-family: arial;
padding-left: 3em;
border-bottom: 1px dotted #aaaaaa;
width: 80%;

}
A:link { color: blue}
A:visited { color: purple}
A:hover { color: red}
body
{
margin: 0;
padding: 0;
background-color: #FFFFFF;
color: #000000;
font-family: arial;
}
#header
{
height:2em;
}
#header .slogan
{
font 120% Georgia
color: #778899;
background-color: transparent;
float: right;

text-align: right;
margin-right: 2em;
margin-top: 1em;
}
#header .logo
{
float: left;
margin-left: 0.1em;
margin-top: 0;
}
#navigation
{
position: absolute;
top: 8em;
left: 0.1em;
width: 10em;
}
#navigation ul
{
list-style: none;
margin-left: 0.1em;
padding-left: 0;
}
#navigation li a:hover 
{
font-family: arial;
font-size: 1.2em;
display: block;
padding: 0.4em 0 0.4em 0.5em;
background-color: transparent;

text-decoration: none;
}
#navigation li a:link  
{
font-family: arial;
font-size: 1.2em;
display: block;
padding: 0.4em 0 0.4em 0.5em;
background-color: transparent;
text-decoration: none;
}

#navigation li a:visited
{
font-family: arial;
font-size: 1.2em;
display: block;
padding: 0.4em 0 0.4em 0.5em;
background-color: transparent;
text-decoration: none;
}
#content
{
margin-left: 6em;
margin-right: 2em;
background-image: url(glsw.gif);
background-repeat: no-repeat;
background-position: top right;
}
#content p
{
font-family: arial;
line-height: 1.6em;
}

.featureimage {
float: left;
width: 300px;
margin-right: 15px;
margin-bottom: 6px;

}