html {
    height: 100%;
}
body {
    background-image: url(http://www.koger.ee/sipelgapesa/konkurss/images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #7FA6D0;
    font-family: verdana;
    font-size: 11px;
    color: #666;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
table {
    font-family: verdana;
    font-size: 11px;
    color: #666;
}

a {color: #666; text-decoration: none; font-weight: bold;}
a:hover {color: #666; text-decoration: underline; font-weight: bold;}

p {margin: 0px; padding: 0px;}

.title {font-size: 14px; line-height: 18px; font-weight: bold; color:#62676c;}
.content {line-height: 18px;}

.submenu {padding: 3px 7px; font-size: 10px;}
.submenu a {color: #000; text-decoration: none; font-weight: normal;}
.submenu a:hover {color: #000; text-decoration: underline; font-weight: normal;}

.formlabel {font-weight: bold; padding: 3px 8px 3px 8px;}
.formcontent {padding: 3px 8px 3px 8px;}
.forminput {border: 1px inset #808080; font-size: 11px; font-family: verdana; color: #666;}
.formbutton {border: 1px outset #bbb; font-size: 11px; font-family: verdana; color: #000; background-color: #f0f0f0; margin:10px;}

