.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.CSSbg {
	background-image: url(images/CSSbg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
a.dog:link {
	color: 457DBD;
	text-decoration: none;
	font-size: 13;
	font-weight: bold;
}
a.dog:active {
	color: 457DBD;
	text-decoration: none;
	font-size: 13;
	font-weight: bold;
}
a.dog:visited {
	color: 457DBD;
	text-decoration: none;
	font-size: 13;
	font-weight: bold;
}
a.dog:hover {
	color: red;
	text-decoration: none;
	font-size: 13;
	font-weight: bold;
}

.cat:link {
	color: 003366;
	text-decoration: none;
	font-size: 16;
	font-family: "Times New Roman", Times, serif;
}
.cat:active {
	color: 003366;
	text-decoration: none;
	font-size: 16;
	font-family: "Times New Roman", Times, serif;
}
.cat:visited {
	color: 003366;
	text-decoration: none;
	font-size: 16;
	font-family: "Times New Roman", Times, serif;
}
.cat:hover {
	color: 000000;
	text-decoration: none;
	font-size: 16;
	font-family: "Times New Roman", Times, serif;
}

.mainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.HeadlineText {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.mainTextBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.mainTextContact {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin: 30px 30px 0px 0px;
}

.email:link {
	color: 003366;
	text-decoration: none;
	font-size: 14;
	font-family: "Times New Roman", Times, serif;
}
.email:active {
	color: 003366;
	text-decoration: none;
	font-size: 14;
	font-family: "Times New Roman", Times, serif;
}
.email:visited {
	color: 003366;
	text-decoration: none;
	font-size: 14;
	font-family: "Times New Roman", Times, serif;
}
.email:hover {
	color: 000000;
	text-decoration: none;
	font-size: 14;
	font-family: "Times New Roman", Times, serif;
}
.mainTextAbout {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin: 15px 30px 0px 0px;
}
