@import url(layout.css);

a:link, a:visited, a:hover, a:active
{
color: #79654e;
font-weight: bold;
text-decoration: none;
 }

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

a:active
{
color: #000;
}

body
{
padding: 0;
margin: 0;
background: #fff9e7;
background-image: url("../images/backstripe.png");
background-repeat: repeat-y;
color: #0f0;
text-align: left;
}

p
{
font-family: minion-pro-1, minion-pro-2, serif;
font-style: normal;
font-size: 18px;
line-height: 24px;
margin-top: 0px;
margin-bottom: 0px;
color: #000;
}

.plain
{
color: #00f;
}

.test
{
margin-left: 10px;
margin-top: 5px;
}

.head1, .menu
{
font-size: 24px;
line-height: 30px;
margin-bottom: 12px;
font-style: italic;
font-weight: bold;
color: #79654e;
}

.zoom, .credit
{
color: #79654e;
font-size: 16px;
}

.right
{
text-align: right;
}

.credit
{
text-align: left;
font-size: 14px;
}

img
{
margin: 0;
border: 0;
}

.menu
{
line-height: 45px;
font-weight: normal;
}

#menu a:hover
{
color: #000;
margin-left: 5px;
}