@font-face {
    font-family: 'veramonofont2web2';
    src: url('/fonts/Android_VeraMono.eot');
    src: url('/fonts/Android_VeraMono.eot?#iefix') format('embedded-opentype'),url('/fonts/Android_VeraMono.woff') format('woff'),url('/fonts/Android_VeraMono.ttf') format('truetype'),url('/fonts/Android_VeraMono.svg#font') format('svg')
}
body{
    font-family: 'veramonofont2web2' !important;
    font-size: 19.2px;
}

a:hover{
    border-bottom: none;
    text-decoration: none;;
}

.tt-border-5{
    border-width: 5px !important;
}

.tt-border-10{
    border-width: 10px !important;
}

.tt-border-15{
    border-width: 15px !important;
}

.tt-border-20{
    border-width: 20px !important;
}

.tt-border-top{
    border-top: 5px solid;
}

.tt-border-bottom{
    border-bottom: 5px solid;
}

.border-red {
    border-color: #f00;
}
.border-green {
    border-color: #0f0;
}
.border-yellow {
    border-color: #ff0;
}
.border-blue {
    border-color: #00f;
}
.border-magenta {
    border-color: #f0f;
}
.border-cyan {
    border-color: #0ff;
}

.tthead, .tt-breadcrumb, .tt-table{
    font-size: 19.2px;
}

.tt-table{
    font-size: 1em;
}
.red {
    color: #f00 !important;
}
.green {
    color: #0f0 !important;
}
.yellow {
    color: #ff0 !important;
}
.blue {
    color: #00f !important;
}
.magenta {
    color: #f0f !important;
}
.cyan {
    color: #0ff !important;
}
.bg-red {
    background: #f00;
}
.bg-green {
    background: #0f0;
}
.bg-yellow {
    background: #ff0;
}
.bg-blue {
    background: #00f;
}
.bg-magenta {
    background: #f0f;
}
.bg-cyan {
    background: #0ff;
}
.bg-white {
    background: #fff;
}