A:link  {
	text-decoration : none;
	color : #291BA8;
}

A:visited  {
	text-decoration : none;
	color : #291BA8;
}

A:active  {
	text-decoration : underline;
	color : #291BA8;
}

A:hover  {
	text-decoration : underline;
}

.btitle  {
	font : 16px "Arial", sans-serif;
	color : white;
	font-weight : bold;
	margin : 5px;
}

.sitename  {
	font : 16px "Arial", sans-serif;
	color : blue;
	font-weight : bold;
	margin : 5px;
}

.menu  {
	font : 13px "Arial", sans-serif;
	color : darkblue;
}

