﻿div.menu table
{
	width: 100%;
	height: 100%;
	border: none;
}

div.menu td
{
	vertical-align: middle;
}

div.menu h1, div.menu p
{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: Gray;
}

div.menu a
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

div.menu p a 
{
	font-weight: normal;
}

div.menu h1 a 
{
	font-weight: bold;
}

