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

*{
  margin:0px;
  padding:0px;
}
body {
	background-color: #33122c;
	background-image: url(images/backgroundtile.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

.p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #502e4b;
	line-height: 20pt;
	text-align: justify;
}
.forms {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 10px;
	}
