@charset "utf-8";
/* CSS Document */

#dragonHead {
	width: 980px;
	text-align: center;
	background: black;
	font color: white;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	border: thick #5F04B4 inset;
	width: 100%;

}

#dragonHead .headBullet {
  	text-align: center;
	font color: gold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	margin 0 200px 0 200px;
}

#dragonHead2 {
	width: 980px;
	text-align: center;
	background: black;
	font color: white;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	border: thick silver inset;
	width: 100%;

}

#dragonHead2 .headBullet {
  	text-align: center;
	font color: gold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	margin 0 200px 0 200px;
}
