/*******************************************************************************
 * Theme Name:queaso_be
 * Theme URI:http://www.queaso.be
 * Description:queaso_be theme designed by Queaso Systems nv.
 * Version:1.0
 * Author:Queaso Systems nv
 * Author URI:http://www.queaso.be
 ******************************************************************************/
/*******************************************************************************
 *
 * HTML tags
 *
 ******************************************************************************/

html, body, div, span, form, h1, h2, h3, p {
    padding:0;
    border: 0;
    margin: 0;
    outline:0;
}
:focus {
    outline:0;
}
html {
    height:100%;
    margin-bottom:1px;
}
body {
    height:100%;
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
    color:#363636;
    line-height:1;
    cursor:default;
}
h1 {
    font:2.91em Georgia, "Times New Roman", Times, serif;
    color:#152942;
}
h2 {
    font:2.36em Georgia, "Times New Roman", Times, serif;
    line-height:1.6;
    color:#152942;
}
h3 {
    font:1.81em Verdana, Arial, Helvetica, sans-serif;
    color:#152942;
}
pre, var, code { 
    font-family:"Courier New", Courier, monospace; 
}
a:link, a:visited, a:hover {
    color:#32639F;
    text-decoration:none;
}
a:active {
    color:#421540;
    text-decoration:none;
}
p, dl {
    margin-bottom:1.6em; 
    text-align:left;
    line-height:1.8;
}
ul {
    line-height:1.6;
    list-style: disc outside;
}
ol {
    line-height:1.6;
    list-style:decimal outside;
}
strong {
    font-weight:bold; 
}
em {
    font-style:italic; 
}
ins {
    text-decoration:none;
}
del {
    text-decoration:line-through;
}
img {
    padding:0;
    border:0;
    margin:0;
    outline:0;
}
