 /* 
 * Style sheet of Lingu@net Europa
 *
 */
 
 @import "styles.css";

 
/* Note styles of data protecting */
.note{
    font-size: smaller;
    font-style: normal;
    margin: 1em ;
    padding: 1em;
    text-align: justify;
    background : #E6E6FA;
}

/* Styles for linguanet location */
.location {
       margin: 15px;
       padding: 10px 10px 15px 10px;
       border: 1px dotted #F63;
       line-height: 1.2em;
       background-color: #FFC;
}
.location-t {
       font-size: large;
       color: #666;
       padding: 5px 0px;
}
.tel, .fax, .mail {
       font-weight: bolder;
       color: #333;
}

.mail a, .mail a:link {
       color: #666;
       text-decoration: none;
}
.mail a:hover {
       text-decoration: none;
       color: #333;
}

