body {
	font-family: Arial, Helvetica, sans-serif;
	color: #122B7E;
	background-color: #B5C1D6;
}
a:active 	{ color:#FF9900; Text-Decoration: underline}
a:link 		{ color:#0000CC; text-decoration: none} 
a:visited 	{ color:#0000CC; text-decoration: none} 
a:hover 	{ color:#FF0000; Text-Decoration: underline;  } 
h1 {
	font-size: 28px;
	margin: 0;
}
h2 {
font-size: 22px;
}
h3 {
font-weight: normal;}
.sub {
	font-size: 70%;
}
.background {
	background-image:url(background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
	}
	.box {
	border:1px solid #122B7E;
	}
	.justified {
	font-size: 80%;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	}
		.bodytext {
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
	}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
