*
{
margin: 0;
padding: 0;
font-size: 12pt;
font-family: myriad pro, verdana, univers, helvetica, arial, sans-serif;
line-height: 1.5;
}

html
{
background-color:#fdfdfd;
}


ul
{
list-style: none;
}


#logo
{
background-image: url(../images/logo.png);
background-repeat: no-repeat;
width:76px;
height:120px;
border-right: 2px solid #000;
padding-left:20px;
}

a:link
{
text-decoration: none;
color: #000;
}

a:hover
{
color: #8F8F8F;
}
a:active
{
color: #000;
}
