$boxstyles='background:#ccc;border-top:1px solid #eee; border-left:1px solid #eee; border-right:1px solid #aaa; border-bottom:1px solid #aaa;padding:.5em;margin:.5em 0';
h1{
$boxstyles
color:#000;
}
div#extras div {
$boxstyles
font-size:80%;
}
/* Company Colours */
$blue='#369';
$green='#363';
$lgreen='#cfc';
[…]
ul#navigation{
background:$blue;
color:#fff;
}
h1{
border-bottom:1px solid $green;
}