/* Colour Branding */
*{
	border:0 solid black;
}	
.dark
	{
		background-color:#000;
	}

.light
	{
		background-color:#FFF;
	}

.darksecondary
	{
		background-color:#000
	}

.lightaccent
	{
		background-color:hsl(0, 100%, 70%);
		color:#000;
	}

.darkaccent
	{
		background-color:hsl(0, 100%, 70%);
		color:#000;
	}

body
	{
		background-color:#FFF;
		color:#000;
	}
body>section
	{
	}

section>div
	{
	}

footer, header
	{
		background-color:#000;
		color:#FFF;
	}
header .right-panel a:link, header .right-panel a:visited
	{
		color:#FFF;
		text-decoration:underline;
	}
footer>div
	{
		border-top-width:0.16em;
	}

h1, h2, h3
	{
	}
a:link
	{
		color:hsl(0, 100%, 60%);
		margin:0.16em;
		padding:0.16em;
		border-radius:1em;
	}	
a:visited
	{
		color:hsl(0, 100%, 40%);
	}
header a:visited, footer a:visited
	{
	}
a:hover, a:focus
	{
		border:0.16em solid hsl(0,100%,80%);
		margin:0;
		padding:0.16em;
	}
header a:hover, footer a:hover, header a:focus, footer a:focus
	{
		color:#fFF;
		text-shadow:#000 0 0 2px;
	}

.error
	{
		border-color:#F00;
		color:#700;
	}
	
header .selected, footer .selected
	{
		border:.16em solid white;
	}
