﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
}

body 
{
	background-color: #f0f0f0;
	font-family: Arial;
}
.Button
{
   font-weight:bold;
   background-color:#ccccff;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   color:#333333;	
	font-size: small;
}
.Button{
	background-color: #396d29;
	border: 1px #204f12 outset;
	padding: 1px 4px;
	color: white;
	text-decoration: none;
	font: bold 90% arial, Verdana, Helvetica, sans-serif;
}
.Button:hover{
	border-style: inset;
	background-color: #555555;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	cursor: pointer;
	color: white;
}
.KeyButton
{
	background-color: #CCCCCC;
	font-size:x-large;
	vertical-align:middle;
	width: 40px;
	height: 40px;
}
.KeySelected
{
	background-color: black;
	color: white;
	font-size:x-large;
	vertical-align:middle;
	width: 40px;
	height: 40px;
}
.Title
{
	font-size: large;
}
.Answer
{
	font-size: medium;
}
.Logo
{
}
.Background
{
}
.Panel
{
}
.Section
{
}
.Choice
{
	background-color: #CCCCCC;
	font-size: large;
	width: 40px;
	height: 30px;
}
.Selected
{
	font-size: large;
	background-color: black;
	color: white;
	width: 40px;
	height: 30px;
}
