﻿/* G L O S T R U P  U P G R A D E   2 0 0 9               */
/* www/HtmlElements.css  = styling for regular html tags  */
/* Netmester A/S    September 2009                        */

img
{
    border:none;
}

#main h1,#popUp h1,#popUp h2
{
    color:#CA242F;
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:15px;
    display:block;
}
#main h2, #main h3
{
   padding:10px 0px 5px 0px;
   margin:0px;
   color:#333333;
   font-size:1.1em;
}
#main h3
{
   font-size:1em;
}
a
{
    color:#687992;
}
a:hover
{
    color:#CC0000;
}
#main table
{
    float:left;
    clear:both;
}