/*
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-set-2014, 15.25.10
    Author     : mario
controllare bootstra.css
*/

body {
	background: white;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

p { text-align: justify; }

#menu_navbar, #headline, #sidebar, .advertise,
form, input,  textarea, footer { display: none; }

a {
	color: black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a[href]:after {
    content: "";
  }
    a:after {
       content: " [" attr(href) "]) ";
       font-size: 90%;
    }
