.menu
{
list-style-type:none;
text-align:center;
}
.item
{
display:inline;
margin-right:2em;
margin-left:0em;
}
.text
{
margin-right:5px;
}
.rightimage
{
margin-left:20px;
float:right;
}
.container
{
margin-top:5px;
border-top:1px solid rgb(80,80,80);
padding-top:10px;
margin-left:auto;
margin-right:auto;
max-width:675px;
}
h1 {font-size:1.5em;}
h2 {font-size:1.25em;}
.center {text-align:center;}
body {
color: rgb(80,80,80);
font-family: sans-serif;
line-height: 135%;
text-align:justify;
}
a:link {
color: rgb(80,80,160);
text-decoration:none;
}
a:visited {
color: rgb(120,80,120);
text-decoration:none;
}
a:hover {
color: rgb(80,80,160);
text-decoration:underline;
}
a:active {
color: blue;
text-decoration:underline;
}