body 	{
	font-family: Tahoma; 
	font-size: 10pt;
	color: #0099CC;
	background-image: url(bg.jpg)
}

h1	{
	font-size: 10pt; 
	font-weight: bold
}

p	{
	font-size: 10pt; 
}

a	{
	color: blue;
	text-decoration: none;
	font-size: 10pt
}

a:hover	{
	font-size: 10pt;
	color: green; 
	text-decoration: underline
}

.menu	{
	background-color: white;
	background-image: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 130px;
	margin-right: 130px;
	padding: 20px;
	float: center
}
