@import url(hcall.css);
h4{
	font-size: 90%;
	color: #999;
	border-bottom: solid 1px Gray;
}

h3{
	background-color: #ffbeb7;
	color: white;
}

.subtitle{
	color: #ff1a24;
}

#centre{
	margin-top: 0px;
	margin-left: 80px;
	margin-right: 220px;
	background-color: White;
	padding-left: 5px;
}

#right{
	position: absolute;
	right: 10px;
	top: 150px;
	width: 200px;
}
ul{
	list-style:none;
	text-indent: 0px;
	margin:5px 0px 5px 0px;
	padding: 5px;
	font-size: smaller;
	
}

a, a:link, a:visited, {
	text-decoration: none;
}

li a, a:link, a:visited{
text-decoration: none;
/*display: block;*/
width: 100%;
}

li a:hover{
	background-color: Yellow;
}

p{
	margin-top: 5px;
	margin-bottom: 12px;
}

em{
	color: red;
}

body{
	background-color: #F4F4F4;
}

inhead{
	font-weight: bold;
	color: #006400;
}

div#right p{
	margin-top:20px;
	margin-bottom: 20px;
}
