p{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color:red;
}


h1{
	font-size: 36px;
	font-family: Verdane;
	font-weight: bold;
	color:green;
	background-color: black;
}

ul{
	list-stile: none;
p	adding-left: 0;
}

li{
	padding-left: 20px;
	background: url(bullet.png) no-repeat 0 50%;
}

#navigation{
	margin: 0;
	padding: 0 0 16px 12px;
	border-bottom: 2px solid red;
}



#navigation li{
	margin 0;
	padding: 0;
	display: inline;
	list-style: none;
}


#navigation a{
	float: left;
	line-heigh: 18px;
	margin: 0 12px 5px 10px;
	text-decoration: none;
	color: green;
	font-weight: bolt;
