#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: #006ff7;
	font-size: 24px;
}

#title
{
	position: relative;
	left: 63px;
	top: 76px;
	width: 151px;
	height: 74px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	/*border: solid 1px #ff0000;*/
}

#leftmenu ul a:link, #leftmenu ul a:visited, #leftmenu ul a:active
{
	color: #006ff7;
	text-decoration: none;
}

#leftmenu ul a:hover
{
	color: #006ff7;
	text-decoration: underline;
}
