/* CSS overrides for the 'Wiki' section */

body {
  background: #DFEEEE; 
}

a {
  text-decoration: none;
}
a:link { color: #00b; }
a:visited {color: #00b; }
a:hover { color: #ff0000; }

.header, .page {
  border: 1px solid #CCCCE0
}

div#permslink a {
	color: #00b;
}

