/*Layout*/
body {margin:0; padding:0; }
#blackbar {display:none;}
#navigation {display:none;}
#maincontent {width:95%;} /*set to 95% (as opposed to not being specified at all and thus being 100%) so that text doesn't overflow the right page margin loosing a couple of letters */
#branding {display:none;}
#sidebar {display:none;}
#footer {display:none;}

/*links*/
a:link{text-decoration:none; color: rgb(198,91,91); font-weight: bold;}
a:visited{text-decoration:none; color: rgb(198,91,91); font-weight: bold;}
a:active{text-decoration:underline; color: rgb(198,91,91); font-weight: bold;}
a:hover{text-decoration:underline; color: rgb(198,91,91); font-weight: bold;}
