*{margin:0; padding: 0; }
	
	body {text-align:center;
		
		scrollbar-face-color: #6699CC;
		scrollbar-shadow-color: #1B1E25;
		scrollbar-highlight-color: #C0C8DD;
		scrollbar-3dlight-color: #272A2F;
		scrollbar-darkshadow-color: #5A74AF;
		scrollbar-track-color: #D6DFF7;
		scrollbar-arrow-color: #ffffff; }



/* text */

	font { 
		font-family: arial;
		font-size: 13px;
		color: #336699;
		line-height: 1.2em }

	.reversehdr { 
		font-family: comic sans ms;
		font-size: 16px;
		text-transform: uppercase;
		color: #ffffff }

	.reversetype { 
		font-family: comic sans ms;
		font-size: 16px;
		color: #ffffff }

	.tiny {
		font-family: comic sans ms;
		font-size: 11px;
		color: #336699;
		line-height: 1.2em }

/* formatting */

	.indent{
		text-indent : .5cm;
		text-align: justify }

/* for reference only --- */
/* list-style-image: url(images/arrow.gif); */

	li.arrow {
		text-indent : .5cm;
		list-style-position: indent;
		list-style-type: square }

/* unvisited links */

	A:link {
		font-family: trebuchet ms;
		font-size: 11px;
		color: 003366;
		text-decoration: none }

/* unvisited links */

	A:hover {
		font-family: trebuchet ms;
		font-size: 11px;
		color: #7394E1;
		text-decoration: underline }
	
/* active links    */

	A:active {
		font-family: trebuchet ms;
		font-size: 11px;
		color: #666699 }

/* link of current attention   */
	A:focus {
		font-family: trebuchet ms;
		font-size: 11px;
		color:  #7394E1}

/* visited links   */

	A:visited {
		font-family: trebuchet ms;
		font-size: 11px;
		color: 005572 }




/* unvisited links */

	A.tiny:link {
		font-family: trebuchet ms;
		font-size: 9px;
		color: 003366;
		text-decoration: none }

/* unvisited links */

	A.tiny:hover {
		font-family: trebuchet ms;
		font-size: 9px;
		color: #7394E1;
		text-decoration: underline }
	
/* active links    */

	A.tiny:active {
		font-family: trebuchet ms;
		font-size: 9px;
		color: #666699 }

/* link of current attention   */
	A.tiny:focus {
		font-family: trebuchet ms;
		font-size: 9px;
		color:  #7394E1}

/* visited links   */

	A.tiny:visited {
		font-family: trebuchet ms;
		font-size: 9px;
		color: 005572 }
