﻿.simpleButton
{
	background-color: #CCCCCC;
	text-decoration: none;
	color: Black;
	border-style: ridge;
	border-width: 2px;
}

.simpleButton:hover
{
	background-color: #DDDDDD;
}

.roundButton
{
	background-color: #CCCCFF;
	text-decoration: none;
	color: Black;	
}

.roundButton:hover
{
    background-color: #DDDDFF;     	
}

.menuItem
{
	color: Black;
	text-decoration: none;
}
.menuItem:hover
{
    color: Red;
    cursor: pointer;            
}
.specialMenuItem
{
	background-color: Red;
	color:Black;
	text-decoration: none;        	
}
.specialMenuItem:hover
{
    color:White;
    cursor:pointer;        	
}

body
{
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.AnchorLike
{
}

.AnchorLike:hover
{
	cursor:pointer;
}