#bgr{
	background-color: #c10000;
	color: #fff;
	font-size: 25px
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 8px 0px;
    font-size: 13px
}
.pfs{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
a:hover {
    color: #68DBFD;
}
.phd{
	padding: 20px
}
.phd1{
	background-color: #890208;
	color: white;
}
.pb1{
	border: 1px solid #890208;
	height: 210px;
	overflow: hidden;
}
.pb2{
	border: 1px solid #890208;
	height: 210px;
	overflow: auto
}
p a{
	color: white;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
} 
div.efftr :hover{
    background-color: #890208;
    color: white;
}
div.efftr{
	color: #890208;
	border: 2px solid #890208
}

.special_text1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    background-image: none;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 5px;
    /* display: table-cell; */
    padding: 3px 5px;
    /* text-shadow: #fff 0px 1px 0, #000 0 -1px 0; */
    background: #890208;
    border: outset 1px #890208;
}