@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */ 
#menu, #flag, #links, #tag, .noprint 
{ 
display: none; 
} 

/* Ensure the content spans the full width */ 
div#container{
width:auto; margin:auto; position:static; float:left;} 

/* Change text colour to black (useful for light text on a dark background) */ 


/* Improve colour contrast of links */ 
a:link, a:visited 
{ 
color: #781351 
}
