
	body 	{	margin: 0%; padding:  0px; border: 1px groove #000000; width: auto;	}
	form	{	margin: 0%; padding:  0; border: 0px;	}

/* generic p  */
	p {
	        background-color: transparent;
	        color: black;
		font-weight: normal;
		font-size: 13px;
		font-family: sans-serif;
	}


/* generic a  */
	a img 	{border: none}
	a {
		color: royalblue;
	        background-color: transparent;
		font-weight: normal;
		font-size: 13px;
		text-decoration: underline;
		font-family: sans-serif;
	}
	a:hover {color: #660033; background: transparent; text-decoration: underline; }


/* like a but bigger & badder  */

	.linklarge {
		color: royalblue;
	        background-color: transparent;
		font-weight: bold;
		font-size: 15px;
		text-decoration: underline;
		font-family: sans-serif;
	}
	.linklarge:hover {color: #660033; background: transparent; text-decoration: underline; }

/* use likehX to mimic hX while controlling spacing */

	h1,h2,h3,h4,h5,h6,
	.likeh1,.likeh2,.likeh3,
	.likeh4,.likeh5,.likeh6 	{ color: navy; background-color: transparent; font-weight: bold; 
					font-family: "Times New Roman", Times, serif;			}

	h1,.likeh1 { font-size: 32px;  }
	h2,.likeh2 { font-size: 24px;  }
	h3,.likeh3 { font-size: 18px;  }
	h4,.likeh4 { font-size: 16px;  }
	h5,.likeh5 { font-size: 13px;  }
	h6,.likeh6 { font-size: 11px;  }

/* navbar text */
	
	.navbarlink 	{ 	font-family:  		sans-serif;
				font-size: 		16px;
				font-weight: 		normal;
				text-decoration: 	underline;
				color: 			#1926ff;
				background-color: 	transparent;
			}
	.navbarlink:hover {	color: #660033; background: transparent; text-decoration: underline; }

