/* CSS Document */

/* CSS Document */

body {
	background-color: #D0E7F7;
	background-image:url(images/clouds.jpg);
	background-repeat:repeat-x;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	padding-top: 11px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	}
	
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #000066;
}

.red-text {
color: #990000;
}

.large-text {
font-size: 14px;
}

.praise {
border-color: #333333;
border-width: 1px;
border-style: dotted;
background-color: #FFECFF;
padding: 15px;
margin: 19px;
}