body {
	background-color : #CCCCFF ;
	color : #660000 ;
	font-family : Verdana ;
}
h1 {
	font-size : 20px ;
}
h2 {
	font-size : 18px ;
}
h3 {
	font-size : 16px ;
}
h4 {
	font-size : 14px ;
}
h5 {
	font-size : 13px ;
}
li {
	font-size : 12px ;
}
p {
	color : #333333 ;
	font-size : 12px ;
}

a {
	font-size : 14px ;
	font-weight : bold ;
	text-decoration : underline ;
}
a:link {
	color : #CC0000;
}
a:visited {
	color : #CC5555 ;
}
a:hover,
a:focus {
	color : #0000AA ;
}
a:active {
	color : #FFAA00 ;
	text-decoration : none ;
}
#pagebanner {
	background-color : #9999FF ;
	color : #FFFFFF ;
	font-size : 24px ;
}
.contentsitem {
	display : inline ;
}
.imageholder {
	border : 1px solid #000000 ;
	float : right ;
	padding: 5px ;
}