
@import url("general.css");
@import url("quicksearchform.css");
@import url("form.css");
@import url("sweettitles.css");

html
{
	margin: 0;
	padding: 0;

}

body
{
	margin: 0;
	padding: 0;
	font: 80%/130%  arial,helvetica,sans-serif;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: 0 0;

}

html, body {
	  margin: 0;
	  padding: 0;
	  height: 100%; 
	 
}

p {
	 margin:0 10px 10px 0;
}

a {
color:#7A1B17;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

li {
list-style: none;
}

form {
padding: 0;
margin: 0;
}
