﻿body {
    background-color: #ffffff;
    color: darkgreen;
    margin: 0px;
    font-family: Arial;
    font-size: 11pt;
}

p {
    color: darkgreen;
    font-family: Arial;
    font-size: 11pt;
    text-indent: 15px;
}

td {
    color: darkgreen;
    font-family: Arial;
    font-size: 11pt;
}

tr.row2 td {
    padding-top: 40px;
}

.title {
    color: green;
    font-family: 'Times New Roman';
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
}

.header {
    font-weight: bold;
    font-size: 18pt;
    font-family: 'Bookman Old Style';
    color: crimson;
    text-decoration: none;
}

.h1 {
    font-weight: bold;
    font-size: 16pt;
    font-family: 'Bookman Old Style';
    color: crimson;
    text-decoration: none;
}

.categ {
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Bookman Old Style';
    color: crimson;
    text-decoration: none;
}

.thumb {
    border-right: seagreen 1px solid;
    border-top: seagreen 1px solid;
    border-left: seagreen 1px solid;
    border-bottom: seagreen 1px solid;
}

.blinking{
    animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
    0%{     color: seagreen;    }
    49%{    color: crimson; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: crimson;    }

a {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

a.biglink {
    font-weight: bold;
    font-size: 14pt;
    font-family: 'Bookman Old Style';
    color: crimson;
    text-decoration: none;
}

a.biglink:hover {
    font-weight: bold;
    font-size: 14pt;
    font-family: 'Bookman Old Style';
    color: Tomato;
    text-decoration: underline;
}

a.headerlink {
    color: crimson;
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Bookman Old Style';
    line-height: 18pt;
    text-decoration: none;
}

a.headerlink:hover {
    color: Tomato;
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Bookman Old Style';
    line-height: 18pt;
    text-decoration: underline;
}
