/* CSS Document */

body  {
	margin-left : 3%;
	margin-right: 3%;
	background-color : #EFF3FD;
	font-family : 'Comic Sans MS', 'Arial, Helvetica, sans-serif';
	color : #000033;
}

A:LINK  {
	color : #3333CC;
	background : none;
	text-decoration : underline;
}

A:VISITED  {
	color : #6633CC;
	background : none;
	text-decoration : underline;
}

A:HOVER  {
	color : #CC0000;
	background : none;
}


H1  {
	font-size : 150%;
	font-style : normal;
	color : #000066;
	background : none;
	font-family : 'Helvetica', 'Arial, sans-serif';
}

H2  {
	font-size : 140%;
	font-style : normal;
	color : #000066;
	background : none;
	font-family : 'Helvetica', 'Arial, sans-serif';
}

H3  {
	font-size : 130%;
	font-style : normal;
	color : #000066;
	background : none;
	font-family : 'Helvetica', 'Arial, sans-serif';
}

H4  {
	font-size : 120%;
	font-style : normal;
	color : #000066;
	background : none;
	font-family : 'Helvetica', 'Arial, sans-serif';
}

H5  {
	font-size : 115%;
	font-style : normal;
	color : #000066;
	background : none;
	font-family :'Helvetica', 'Arial, sans-serif';
}

H6  {
	font-size : 110%;
	color : #000066;
	background : none;
	font-family : 'Helvetica', 'Arial, sans-serif';
}

P  {
	font-size : 95%;
	font-style : normal;
	color : #000033;
	background : none;
	font-family : 'Comic Sans MS', 'Arial, Helvetica, sans-serif';
}

PRE  {
	font-size : 80%;
	font-family : 'new courier', 'courier','Arial';
	font-weight : 500;
}

.block  {
	font-size : 95%;
	font-family : 'Comic Sans MS', 'Arial, Helvetica, sans-serif';
	font-weight : 500;
}

cite  {
	font-style : italic;
}
.index  {
	font-size : 90%;
}

small  {
	font-size : 90%;
}

ol  {
	font-size : 95%;
}


ul  {
	font-size : 95%;
}

ul  ul  {
	font-size : 98%;
}

em  {
	font-style : italic;
	font-weight : 600;
}


ADDRESS  {
	text-align : center;
	font-size : 80%;
	font-weight : 500;
	font-style : italic;
	color : #666666;
	background : none;
	font-family : 'Comic Sans MS', 'Arial, Helvetica, sans-serif';
}
