﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background-image: url( '../images/horizon.jpg' );
    background-repeat: repeat-x;
    background-attachment: fixed;
}
a
{
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 5 5 5 5;
    color: #fff;
}
a:hover
{
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
    background-color: #fff;
    color: silver;
    padding: 5 5 5 5;
}
marquee
{
    cursor: pointer;
}
.nav
{
    float: left;
    text-align: left;
    width: 150px;
    padding: 10px;   
}
.navlink:hover
{
    display: inline-block;
    text-decoration: underline;
    width: 120px;
}
.navlink:hover
{
    background-color: #FFFFFF;
    display: inline-block;
    text-decoration: underline;
    width: 120px;
    color: Blue;
}

.content
{
    position: absolute;
    display: block;
    padding: 10px;
    text-align: left;
    width: 780px;
    left: 200px;
    top: 180px;
}

.transparent
{
    background-color: #C0C0C0;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.quote
{
    border: thin dotted #6699FF;
    width: 200px;
    display: inline-block;
    float: right;
    font-size: small;
}
.rm_img
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: medium;
    border-color: #0000FF;
    cursor: pointer;
}
.footer{}