
body {
	background: white;
	}
/* Remove unwanted elements */
.fiksan, .submenu, #footer, #jahaci, .sidebarmenu,  .noprint 
{
display: none;
}

html, body { 
margin: 0; 
padding: 0; 
}

/* Ensure the content spans the full width */
#container #header {
width: 100%;
margin: 0px;
padding: 0px;
border-bottom: 10px solid #C6D580;
}

#container2 .content 
{
width: 100%; 
margin: 0; 
padding: 0;
float: none; 
overflow: visible;
border: none;
border-bottom: 3px solid #000;
-moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: 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
{
    text-decoration: underline;<br />
	color: #781351
}
