Change from <body> to <body id="stackoverflow-family-website">.
This way we can restyle the website simply modifying our user stylesheets without the need for greasemonkey scripts or similar.
For example:
#stackoverflow-family-website .reputation-score
{
font-color: red; // Reputation is now shown in red
}
Idea taken from this answer