﻿body {
}
.menuitem
{
    font-size: small;
    color: white;
    font-family: Tahoma;
    background-color: olivedrab;
}
.menuitemhover
{
    font-size: small;
    color: white;
    font-family: Tahoma;
    background-color: darkolivegreen;
    border-right: #ffff66 1px dotted;
    border-top: #ffff66 1px dotted;
    border-left: #ffff66 1px dotted;
    border-bottom: #ffff66 1px dotted;
}
.Mainmenu
{
    background-color: olivedrab;
}
.MainTable
{
    background-color: darkolivegreen;
    border-right: #000000 1px dotted;
    border-top: #000000 1px dotted;
    border-left: #000000 1px dotted;
    border-bottom: #000000 1px dotted;
}

.formTitle
{
    font-size: x-small;
    color: white;
    font-family: Tahoma;
}
h1
{
	color: #ffd700;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}

a:link
{
	color: #ffcc33;
	font-family: Arial;
}
a:hover
{
	color: #ffffcc;
}

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}
