body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, sans-serif;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
}
.footer a {
	color:#FFCD60;
	text-decoration:none;
}
.footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

.browse_menu {
	font-size: 12px;
	font-weight: bold;
}

.browse_menu a {
	color:#FFFAE3;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #B40000;
	width:100%;
}

.browse_menu a:hover {
	background-color: #FF6F6F;
}
.browse_menu_active a {
	color: #5E1400;
	background-color: #C30000;
}

.title {
	font-family: tahoma,georgia,Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #BA0000;
	border-bottom: 3px solid #EAC8B1;
	padding-bottom:2px; 
}


.celeb_name {
	font-family: tahoma, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #BA0000;
}

.entry_head {
	font-family: trebuchet ms,georgia, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #960000;
}

.entry_body {
	font-size: 12px;
	color: #333333;
}

#copyright {
	font-size: 11px;
	color: #86755E;
}
#copyright a {
	color:#86755E;
}

.pbody {
	font-family: arial;
	font-size: 11px;
	color: #514F43;
}
.pbody a {
	color: #960000;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.error a {
	color: #CC0000;
	font-weight: bold;
}

.arrows {
	font-family: verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
        padding:1px;
	white-space: nowrap;
        background-color:#C1997E;
        color:#ffffff;
        margin-bottom:1px;
}
.arrows a {
        color:#ffffff;
	text-decoration:none;
}
.arrows a:hover {
	background-color:#896D5A;
	text-decoration:none;
}

.tags {
	color:#ab0000;
	line-height:1.4;
}
.tags a {
	color:#ab0000;
	text-decoration:none;
	white-space: nowrap;
}
.tags a:visited {
	color:#c5643a;
	text-decoration:none;
}
.tags a:hover {
	color:#C5643A;
	text-decoration:underline;
}

