/*  design.CSS for Funbugs
		display:block;
		border:none;
 */
	#header
	{
		background-image:url('./header.jpg');
		height:211px;
		width:832px; 
	}

/*
		font-size: 12px;
		font: 14px/150% Verdana;
		color:#595959;
		margin:0;
		padding:0;
		text-align:center;
		background-color:#FFFFFF;
		color:red;
 */
/* Bullets in content */
.content-clear-block li
	{
		font-family: Verdana, Arial;
		font: 14px/150% Verdana;
	}

.content-clear-block p
	{
		font-family: Verdana, Arial;
		font: 14px/150% Verdana;
	}
h1
	{
		font-family: Verdana, Arial;
		color: #F52887;    /* #FF00FF hot pink*/
	}

/*
ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}
*/

/* 2009.03.28*/
/*ul."tabs primary" li {
  font-size:9px;
}*/
a {
  border-bottom: medium none;
  /*border-bottom:1px dotted #9E4C34;*/
}
a:hover {
  border-bottom: medium none;
  /*border-bottom:1px dotted #FFFFFF;*/
}





