﻿html {
    width: 100%;
    height: 100%;
    font-size: 100%
}

body {
    /*width:100%;*/
    line-height: 1;
    min-width: 600px;
    height: 100%;
    margin: 0;
    margin: 0;
    padding: 0;
    /*min-width:960px;*/
    font-family: Verdama, Arial, Helvetica, sans-serif;
    font-size: .75em;
    /*line-height:1.275em;*/
    cursor: default;
    /*color:#345;*/
    background: white;
    /*border-top:#f90 solid 5px;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0;
}

a {
    color: teal;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
