﻿body
{
    background-color: white;
    font-family: 'Viner Hand ITC' , Papyrus, 'Tempus Sans ITC' , 'Trebuchet MS' , Verdana;
    color: purple;
    margin-right: 3px;
    font-size: small;
}
.Masthead
{
    background-image: url(~/Lavender/images/LavenderMast1280x238.jpg);
    width: 1280px;
    height: 238px;
}
.Nav
{
    background-color:lavender;
}
.greenborder
{
    border-color: darkgreen;
    border-style: outset;
  width:100%; padding: 3px;
  font-family: verdana;
}
.whiteborder
{
    border-color: White;
    border-style: inset;
    background-color: indigo;
    color: white;
}
.outerborder
{
    margin: 0px;
    border-color: White;
    border-style: inset;
    background-color: #301f54;
    color: white;
    height: 100%;
    width: 100%;
    padding: 0px;
}
.navbutton
{
    background-color: lavender;
    color: DimGray;
    border-right: lavender 1px dashed;
    border-top: lavender 1px dashed;
    border-left: lavender 1px dashed;
    border-bottom: lavender 1px dashed;
}
.plaintext
{
    font-family: verdana;
}
.courier
{ color:darkgray;
    font-family:Courier,'Courier New';
}
A
{
 color:gray;
 text-decoration:none;   
}
A:hover
{
    color:Purple;
    text-decoration:none;
    font-weight:bold;
}
.Title
{
    font-size: x-large;
}
.Subtitle
{
    font-size: large;
}
.Description
{
    font-family: 'Microsoft Sans Serif' , Tahoma, 'Trebuchet MS' , 'Century Gothic';
    background-color: aliceblue;
    color: indigo;
    padding: 3px;
    border: #301f54 10px solid;
    font-size: small;
}
