h1 {
    font-size: 18px;
}
a{
		text-decoration:  none;
		color: #eee;
		border: none;
}
a img{
		text-decoration: none;
		border: none;
}
a:hover{
		text-decoration:  none;
		color: #fff;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}
h1{
  font-weight: normal;
  color: #f4952c
}
h2{
  font-size: 20px;
  padding: 0px;
  margin: 10px 0px;
  font-weight: normal;
  color: #f4952c
}
.admin_navi a {
    color: #464646;
}
