
b.link {
	font-weight: bold;
	font-size: 12pt;
	color: blue;
}

body{
	background: green url('border.jpg') 50% 50%;
	margin: 0;
	font-size: 16pt
}


A:link {
	font-size: 12pt;
	color: blue;

}
A:visited {
	font-size: 12pt;
	color: green;
}
A:active {
	font-size: 12pt;
	color: green;
}
A:hover {
	font-size: 12pt;
	color: red;
	}
	
a.menu {
	background: url('menu-item-bg.gif') 50% 50%;
	font-weight:bold;
	width:150px;
	height:40px;
	display:block; 
	color:#FF0000;
	border: none;
	margin: 5px;
	text-decoration:none;
	text-align:center;
	font-style:normal;
	line-height:35px;
	font-size:22px;
	background-repeat:no-repeat;
}

a:hover.menu {
	background: url('menu-item-bg2.gif') 50% 50%;
	font-weight:bold;
	width:150px;
	height:40px;
	display:block; 
	color:#FFFF00;
	border: none;
	margin: 5px;
	text-decoration:none;
	text-align:center;
	font-style:normal;
	line-height:35px;
	font-size:22px;
	background-repeat:no-repeat;
	}