
td
{
	border:solid;
	border-color:#000000;
	border-width:1px;
	padding:0px, 4px, 0px, 4px;
}

p
{
	font-size:1em;
}

p.small
{
	font-size:0.8em;
	text-align="right";
}

td.topleft
{
	border-left:solid;
	border-right:none;
	border-top:solid;
	border-bottom:none;
	border-color:#000000;
	border-width:1px;
	padding:0px, 4px, 0px, 4px;
}

td.bottomleft
{
	border-left:solid;
	border-right:none;
	border-top:none;
	border-bottom:solid;
	border-color:#000000;
	border-width:1px;
	padding:0px, 4px, 0px, 4px;
}

td.right
{
	border-left:none;
	border-right:solid;
	border-top:solid;
	border-bottom:solid;
	border-color:#000000;
	border-width:1px;
	padding:0px, 4px, 0px, 4px;
}

table.menu
{
	background-color: #FFE0C0;
	width:100%;
}

td.menu
{
	border:none;
	width:20%;
	border-left:solid;
	border-right:solid;
	border-top:none;
	border-bottom:none;
	border-width:3px;
	border-color: #E000E0;
}
p.menu
{
	font-family: "Arial", sans-serif;
	font-size: 20px;
	text-align: center;
}

p.menuleft
{
	text-align: left;
}

a.menu
{
	text-decoration: none;
	font-weight: bold;
}

a.menu:link{color: rgb(128,0,255);}
a.menu:visited{color: rgb(128,0,255);}
a.menu:hover{color: rgb(255,0,128);}

h1
{
	font-family: "Times New Roman", serif;
	text-align:center;
}

h2
{
	font-family: "Arial", sans-serif;
	text-align:right;
}
