body	{
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

.maintext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	letter-spacing: .2px;
	font-stretch: narrower;
	padding-right:20px;
	padding-left:20px;	
}

.bigfont	{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-left:20px;
}

.bolded	{
	font-weight: bold;
}

a:link	{
	color:#660B2B;
}
a:active	{
	color:#660B2B;
}
a:visited	{
	color:#660B2B;
}
a:hover		{
	color:#4682B4;
}

.footer	{
	color: #FFFFFF;
	text-align: center;
}

#newsbox	{
						font-family: times new roman;
						font-size: 14px;
						color: #000000;
						width: 280px;
						border: solid 1px white;
						padding: 10px;
						text-align: left;
					}
#frontbox	{
						font-family: times new roman;
						font-size: 14px;
						color: #000000;
						width: 520px;
						padding: 10px;
						text-align: left;
					}					
					
#redLetter {
							font-family: times new roman;
							font-size: 21px;
							color: #69102E;
							font-weight: bold;
  				  }