p.one
{
	border-style: groove;
	border-color: White;
	border-width : thin;
	background-color : White;
}
p.menu
{
	background-color : #f1f1f1;
	font-size:15px;
	font-family : "Arial Black";
}

text.center
{
	text-align : center;
}
font.body
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : 300;
}
font.header
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18;

}
a.orange:link {
	color: Blue;
	text-decoration: none
}
a.orange:visited {color: #0000ff; text-decoration: none}
a.orange:hover {text-decoration: underline; color: #ffcc00}

a.menu:link {
	color: Blue;
	text-decoration: none
}
a.menu:visited {
	text-decoration: none;
	font-size : larger;
}
a.menu:hover {text-decoration: underline; color: #ffcc00}

font.menu
{
	font-family : "Arial Black";
	font-size : 13;
}