/* @option theme colour settings */

body {
	color: #424242;
	background: #FFFFFF;
}

a {
	color: #0050DD;
}

a:visited {
	color: #800080;
}

a:hover {
	color: #0050DD;
} 

a:active {
	color: #0050DD;
}

/* Prevent Bootstrap buttons inheriting link colours */
a:visited.btn {
	color: #333;
}

a:visited.btn-primary,
a:visited.btn-info,
a:visited.btn-success,
a:visited.btn-warning,
a:visited.btn-danger,
a:visited.btn-inverse {
	color: #fff;
}