@import "blog.css";
@import "contact_form.css";

h1 {
    font-size: 18px;
}
a{
		text-decoration:  none;
		color: #1f4e87;
		border: none;
}
a img{
		text-decoration: none;
		border: none;
}
a:hover{
		text-decoration:  none;
		color: #769bc7;
}
.red {
    color: red;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}