body {
        background-color:#262626;
}

body, td {
	font-size: 14px;
        font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
        
}

.contact_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f17d54;
	text-align: left;
}
.contact_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
        text-align:left;
}
.contact_text_box {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333333;

}
.contact_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a01926;
}