body
{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.page
{
/*	background: url(images/back1.gif);*/
}
.header
{
	background: #009900;
	text-align: center;
	font-size: x-small;
}
.contents
{
	margin: 0 auto; text-align: center; width: 550px;
}
.title
{
	font-size:x-large ;
	color:White;
}
.menu
{
	font-size: x-small;
	background-color: Teal;
	text-align:center;
}
a:link
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a:visited
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}
a:active 
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

