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

/* Remove unwanted elements */
#top_links, #top_tabs,#flickr_badge_uber_wrapper,#flickr_badge_source_txt,#flickr_badge_icon,#flickr_icon_td,#flickr_www, #flickr_badge_source,#sidebar,#sidebar2,#stats,#section_links,#section_linksvc,#flickr,#footer,#top_tabsvc,#release_date,.date,#search .noprint,#btop
{
display: none;
}

/* Ensure the content spans the full width */
#section_content,#home_content,body
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

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