/**** SCHERBAN MICA & WOOD WORKS, INC.****/
/**** WWW.SCHERBAMICAWORKS.COM V1.0 ****/
/**** LINKS.CSS : CSS BY CHAPTER ZERO ****/


/**** STANDARD LINKS ****/
a:link
{
color: #888888;
cursor: pointer;
font-family: Trebuchet MS, Arial, san-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

a:visited
{
color: #888888;
cursor: pointer;
font-family: Trebuchet MS, Arial, san-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

a:hover
{
color: #B94E1A;
cursor: pointer;
font-family: Trebuchet MS, Arial, san-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}

a:visited:hover
{
color: #B94E1A;
cursor: pointer;
font-family: Trebuchet MS, Arial, san-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}

a:active
{
color: #666666;
cursor: pointer;
font-family: Trebuchet MS, Arial, san-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}




/**** IMAGE LINKS ****/
a img
{
border: 6px solid #666666;
}

a img:visited
{
border: 6px solid #666666;
}

a img:hover
{
border: 6px solid #B94E1A;
}

a img:hover:visited
{
border: 6px solid #B94E1A;
}

a img:active
{
border: 6px solid #666666;
}

/**** REWRITING YOUR FUTURE_ ****/