/* Here is the way to change link colors in the Linear School template. #FFF is white, and should be used only on a dark background. #000 is black and whould be used on a light background. #666 is dark gray. */
/* The color of the text in the main links.  */
#nav a {
	color: #FFF;
}
/* The border around the top main links */
.TopListItem {
	border-color: #FFF;
}
/* The color of the text in the side navigation links */
#SideNavMenu .NavLinks a {
    color: #FFF;
}
#SideNavMenu .NavLinks a:link, #SideNavMenu .NavLinks a:visited {
    color: #FFF;
}
/* The color of the hover over text in the side navigation links */
#SideNavMenu .NavLinks a:hover, #SideNavMenu .NavLinks  a:active {
    color: #666;
}
