﻿body
{
/*	font-size: 12px;
	font-family: Arial;
	color: white;
	background-color: black;*/
}


.menu
{
	font-size: 12px;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

.menuButton
{
	border: 1;
	border-color: White;
	border-style: solid;
}

.selectedMenu
{
	background-color: brown;
}

.hoverMenu
{
	color: silver;
	background-color: gray;
}

H1
{
	font-size: 18px;
	color: black;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
