/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-sept.-2018, 9:45:22
    Author     : spissoort
*/

a
{
	color: white;
}


a:hover
{
	background-color: red;
}
a.detail
{
	 color: yellow;
}