/* CSS Document */

<style type="text/css">

body {
	background-color: #99CCFF;
	padding: 25px;
}body {
	background-color: #99CCFF;
	padding: 25px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
#heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 10px;
	color: #971726;
	font-weight: bold;
	font-style: italic;
}
#entrybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #971726;
	font-style: italic;
}
#entrymeta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #971726;
	font-weight: bold;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #971726;
	font-size: 12px;
}
a:link {
	color: #971726;
	text-decoration: underline;
}
a:visited {
	color: #971726;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #971726;
	text-decoration: none;
}
.style2 {font-size: 18px}
