
body

{
	font-family: Arial, Helvetica, "sans serif"; 
	font-size: 10pt; 
	color: rgb(0,0,0);
	background-color: #ffffff;
	background-image: url('images/jklogo.jpg'); 
	background-repeat: no-repeat;
	background-position: center top;
 }

a img {border: none; } 

a:link {
	text-decoration: none; 
	color: rgb(99,21,21);
	font-size: 12pt; 
	font-weight: bold; }

a:visited {
	text-decoration: none; 
	color: rgb(99,21,21);
	font-size: 12pt; font-weight: bold; }

a:hover {
	text-decoration: none; 
	background-color: rgb(194,194,194); }

a:active {
	color: rgb(99,21,21);
	font-size: 12pt; 
	font-weight:bold; } 


p {
	font-family: Comic Sans MS, Arial, Helvetica, sans serif; 
	font-size:12pt; 
	color: rgb(0,0,64); }




h1 {font-family: Comic Sans MS, Arial, Helvetica, serif;  }
h2, h3,h4, h5, h6 {font-family: Comic Sans MS, Arial, Helvetica, serif; }


h1 { font-size: 20pt; font-weight: bold; color: rgb(0,0,64); }
h2 {	font-size: 16pt; font-weight: bold; color: rgb(0,0,64); }
h3 { font-size: 14pt; font-weight: bold; color: rgb(0,0,64); }
h4 {	font-size: 12pt; font-weight: bold; color: rgb(0,0,64); }
h5 {	font-size: 10pt; font-weight: bold; color: rgb(0,0,64); }
h6 {font-size: 8pt; font-weight:bold; color: rgb(0,0,64); }


hr {color: rgb(0,0,64); }

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}