/* 
    Document   : main
    Created on : 2013-10-13, 05:56:58
    Author     : Pawel
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
	color:red;
}

a.details-link, a.details-link:hover{
	color: #428bca;
}

