﻿html, body, input
{
    margin: 0;
    padding: 0;
    color: #3D81EE;
    font-family:Verdana;
    font-size: 12px;
}
h1
{ 
    font-size: 16px;
    line-height:16px;
}
a, a:visited
{
    font-weight: bold;
    color:#3D81EE;
    text-decoration: none;
}
a:hover, a:visited:hover
{
    font-weight: bold;
    color:#3D81EE;
    text-decoration:underline overline;
}
.menu
{
    background-image: url(images/menubackground.png);
    background-repeat:repeat;
}
.head
{
    background-color:#DBE5F1;
    background-image: url(images/templates-logo.png);
    background-repeat:no-repeat;
}

.taglink
{
    font-weight: normal;
    color:#3D81EE;
    text-decoration: none;
}
.taglink:hover
{
    font-weight: normal;
    color:#3D81EE;
    text-decoration: underline;
}
.taglink:visited
{
    font-weight: normal;
    color:#3D81EE;
    text-decoration: none;
}
.taglink:visited:hover
{
    font-weight: normal;
    color:#3D81EE;
    text-decoration: underline;
}