/* CSS Document */

body
{
width: 1000px;
margin-left: auto;
margin-right: auto;
font-family: helvetica neue, helvetica, arial, sans-serif;
line-height: 1.625;
text-align: left;
background-color: rgb(182,182,202);
}

a.menu
{
color: white;
text-decoration: none;
}

a:visited
{
color: maroon;
}

a.menu:visited
{
color: white;
text-decoration: none;
}

a:hover
{
color: #202020;
background-color: #B7AD9E;/*#DAD9C3;*/
}

.bord
{
border-style: solid;
border-width: 1px;
border-color: #846394;
padding: 5px;
}

table
{
border-collapse: collapse;
}

strong
{
font-style: inherit;
background-color: rgb(255,200,200);
}

em
{
font-style: italic;
/*background-color: #E7E4DF;*/
}
