﻿body
{
    color: silver;
    font-family: Helvetica, Geneva, Arial,  sans-serif, Verdana;
    background-color: black;
}
h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFF00;
}

a{
	text-decoration: none;
	color: Yellow;
}
a:hover	{
	color: navy;
	text-decoration: underline;
} 

.nexttoimage
{
    width: 45%;
    display: block;
    float: right;
    clear: none;
    text-align: left;
}

img
{
    border-style: solid;
    border-color: silver;
	width: 500px;
	height: 423px;
}
.logo
{
     border-top-style: none;
     border-right-style: none; 
     border-left-style: none;
     border-bottom-style: none;   
     width: 898px;
    height: 85px;
     }

