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

/* 	
	SCHIEx - Print Sheet
	Date: 4/2016
*/

/* Ensure the content spans the full width */
#container, #content, #sub-content
{
width: 100%; margin: 10px; float: none;
}

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