@charset "utf-8";
/* CSS Document */

<style type="text/css">
body {
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
}
.logo {
	font-family: calibri;
	font-size: 38px;
	font-style: italic;
	font-weight: bold;
	color: #F7F9E1;
	text-align: center;
}
.navpar {
	font-family: calibri;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #353A33;
	text-align: center;
}
.secpar {
	font-family: calibri;
	font-size: 17px;
	font-style: oblique;
	font-weight: bold;
	color: #353A33;
	text-align: center;
}
.descraption {
	font-family: calibri;
	font-size: 13px;
	color: #333;
	text-align: justify;
}
.footer {
	font-family: calibri;
	font-size: 16px;
	font-weight: bold;
	color: #DADFC3;
	text-align: center;
}
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
a:link {
	color: #353A33;
	text-decoration: none;
}
#navfooter {
	font-family: calibri;
	font-size: 18px;
	color: #DADFC3;
}
.Navfooter {
	font-family: calibri;
	font-size: 16px;
	color: #DBDFC4;
	font-weight: bold;
}
