﻿*.primary {
	background-color: rgb(220, 185, 120);
}
*.secondary {
	background-color: rgb(139, 103, 73);
}
*.tertiary {
	background-color: rgb(111, 34, 46);
}
*.background {
	background-color: rgb(255, 249, 221);
}
h1#website-title {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-style: normal;
	text-decoration: none;
}
h2#website-slogan {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-style: normal;
	text-decoration: none;
}
*#content {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0, 0, 0);
	font-style: normal;
	text-decoration: none;
}
*#content a:link {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(153, 0, 0);
	font-style: normal;
	text-decoration: underline;
}
*#content a:active {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(153, 0, 0);
	font-style: normal;
	text-decoration: underline;
}
*#content a:visited {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(153, 0, 0);
	font-style: normal;
	text-decoration: underline;
}
*#content a:hover {
	font-weight: normal;
	color: rgb(255, 153, 0);
	font-style: normal;
	text-decoration: underline;
}
*#navcontainer div a h3 {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	font-style: normal;
	text-decoration: none;
}
*#navcontainer div a:hover h3 {
	font-weight: normal;
	color: rgb(255, 242, 0);
	font-style: normal;
	text-decoration: none;
	background-color: rgb(111, 34, 46);
}
*#navcontainer div a:hover {
	font-weight: normal;
	color: rgb(255, 242, 0);
	font-style: normal;
	text-decoration: none;
	background-color: rgb(111, 34, 46);
}
*.accent {
	background: transparent url('../images/Logo.jpeg');
}
