﻿a:active
{
    border-style: none;
    text-decoration: none;
}
a:link
{
    text-decoration: none; /*color: #000000;*/
}
a:hover
{
    border-style: none;
    text-decoration: underline;
}
a:visited
{
    border-style: none;
    text-decoration: none;
    color: #000042;
}
.g:active
{
    text-decoration: none;
}
.g:link
{
    text-decoration: none;
    color: #FFCC00;
}
.g:hover
{
    font-weight: bold;
    color: #66CCFF;
    text-decoration: underline;
}
.g:visited
{
    text-decoration: none;
    color: #66CCFF;
}
.menu
{
 border: 1px solid #0000CC;
    position: absolute;
   
    top: 85px;
    padding: 3px;
    margin: 3px;
    text-align: center;
    width: 160px;
    float: left;
    font-size: 10pt;
    height: 100%;
    background-color: #336699;
    color: #ffffff;
}
.content
{
    position: absolute;
    left: 1px;
     top: 85px;
    right: 1px;
    padding: 0px;
    margin: auto;
    text-align: center;
    font-size: 10pt;
}
.note1
{
    position: relative; /*left: 1px;     right: 100px;*/
    border: 1px solid #0000CC;
    padding: 3px;
    margin: 3px;
    width: 234px;
    height: 234px;
    text-align: center;
    vertical-align: middle;
    float: left;
    background-color: #FFCC00;
}

.note2
{
    position: relative; /*left: 1px;     right: 100px;*/
    border: 1px solid #0000CC;
    padding: 3px;
    margin: 3px;
    width: 482px;
    height: 234px;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.mnu2
{
    padding: 3px;
    margin: 3px;
}
.img
{
    width: 200px;
    border-width: 0px;
    border-style: none;
}
