.copyright {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;

}

.menu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.menu:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #000000;
}

.body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

.body:hover {
	color: #666666;
}

.body:active {
	color: #666666;
}

.h1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
	font-weight: 300;

}

.cont {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	line-height: 32px;
	font-weight: 400;

}

.cont:hover {
	color: #666666;
}

.cont:active {
	color: #666666;
}

