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

body{
	font:Arial, Helvetica, sans-serif;
	background-color: #e1dfdd;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/Jaws-of-Borrowdale.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.red_text{
color:#FF0000;
font-size:12px;
}
