/*
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 : Jan 9, 2014, 2:45:10 PM
    Author     : daniel
*/

/* Asa arata un clear pentru IE -- deoarece IE este mai browser decat browserele */
/* Pe Mama lui Billy la posta */
.clear
{
    clear: both;
    display: block; 
    font-size: 1px; 
    height: 1px; 
    line-height: 1px;  
    margin: 0 0 -1px 0;
}

*:focus {outline: none;}

a:active,
a:focus,
a:visited,
a:link
{
 outline: none;
 text-decoration: none;
}

*:active,
*:focus,
*:visited,
*:link
{
 outline: none;
 text-decoration: none;
}