p{
font-family: arial;
font-size: 11px;
display: block;
text-align: left;
}
p.title{
font-size: 18px;
font-weight: bold;
}
p.menu{
font-size: 11px;
font-weight: bold;
text-align: right;
}
p.sub{
font-size: 11px;
font-weight: bold;
display: block;
text-align: left;
}

a:link{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:hover{
	color: #0066FF;
	font-weight:bold;
	text-decoration:underline;
}

a:active{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
a:visited{
	font-weight: bold;
	color: #993366;
	text-decoration:none;
}