/* CSS Document */

p{
font-family: "Trebuchet MS";
font-size: 16px;
color: #FFFFFF;
line-height: 16px;
padding: 3px;
}
.bold {
	font-family: "Trebuchet MS";
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 150px;
	display: block;
	height: auto;
	text-align: justify;
}

