.KPage
{
    font-family: arial;
    font-size: 12px;
    width: 800px;
}

.KLarge
{
    font-family: Verdana;
    font-size: 18px;
    text-decoration: None;
    color: Black;
    background-color: White;
}

.KFooter
{
    font-size: smaller;
    text-align: center;
}

.KHorizontalLine
{
    margin-top: 5;
    margin-bottom: 5;
    width: 800px;
    height: 2px;
    background-color: Blue;
    overflow:hidden;
}

.KHorizontalSeparator
{
    margin-top: 5;
    margin-bottom: 5;
    width: 800px;
    height: 2px;
    background-color: white;
    overflow:hidden;
}

.KPresentationBox
{
    padding: 8px;
    margin-bottom: 20px;
    border-color: #e7e7e7;
    border-width: 1px;
    border-style: solid;
    background-image: url(./images/gradient.png);
    font-size: 12px;
    font-family: arial;
}

.KPresentationBox ul
{
    margin-left: 15px;
}

.KPresentationBox ul li
{
    margin-top: 10px;
}

.KUndecoratedLink a
{
    text-decoration: none;
    color: Black;
}

.KUndecoratedLink a:link 
{
    text-decoration: none;
    color: Black;
}

.KUndecoratedLink a:visited 
{
    text-decoration: none;
    color: Black;
}

.KUndecoratedLink a:active 
{
    text-decoration: none;
    color: Black;
}
    
.KUndecoratedLink a:hover 
{
    text-decoration: none;
    color: Black;
}
