/* skorbuk.com/main.css */

/*
Hex Unicode to HTML equivalents:
\2122 &#8482; (tm)
\00a9 &#169;  (&copy; (c))
\00fc &#252;  (&uuml; lower u with umlaut)
*/


html{
background:white;
color:blue;
font-family:'Lucida Sans Unicode','Lucida Sans',Helvetica,Arial,sans-serif;
}

a h1:link,a h1:visited{
text-decoration:none; 
}

a h3:link,a h3:visited{
text-decoration:none;
}

h1.skorbuk:before{
content:"skorb\00fck\2122";
}

h3.skorbuk:before{
content:"See what you've been missing\2122";
}

span.copyright:before{
content:"\00a9 2007-2010 skorb\00fck. All Rights Reserved.";
}

#navlist li{
display:inline;
list-style-type:none;
padding-right:20px;
}