@import url("stylesheets/project_styles.css");
.answer {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
}


a:link {
	color: #FF3300;
}
.heading1 {font-size: 36px}
body {
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
h1 {
	font-size: 36px;
	color: #FF3300;
}
.style1 {
	color: #FF3300;
	font-style: italic;
	font-size: 12px;
}

