/*		CREATED DECEMBER 1998 BY tomi@piedmontsystems.com
		DO NOT ALTER ANY OF THE NOTES ~ THEY'LL HELP YOU
		THIS IS THE MASTER STYLE SHEET FOR MANY PROJECTS
*/
	/* ADD NOTES TO ANY CODE BY USING THIS FORMAT  */


body
{

	/* background-color: ivory; */
	/* background-image: url(); */
	/* background-repeat: no-repeat; */
	/* OPTIONS~repeat-1, repeat-x, repeat-y */
	/* background-attachment: fixed; */
	/* background-position: center; */
	/* OPTIONS~center, bottom, top, left, right, %percentages% */

	font-family: "Times New Roman", Arial, Braggadocio, serif;
	font-color: blue;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

	A:link		{ text-decoration: none; color: black; }
	A:active	{ text-decoration: none; color: blue; }
	A:visited	{ text-decoration: none; }
	A:hover		{ text-decoration: underline; color: red; }
	/* OPTIONS~ colors, underline, and a buncha other shit */
}

td
{
	font-family: "Times New Roman", Arial, Braggadocio, serif;
	font-color: blue;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

	A:link		{ text-decoration: none; color: black; }
	A:active	{ text-decoration: none; color: blue; }
	A:visited	{ text-decoration: none; }
	A:hover		{ text-decoration: underline; color: red; }
}


.border1
{
	background-color: red;
	border-style: ridge;
	/* inset,outset,groove,double,solid,dotted,dashed */
	border-color: white;
/*	border-width: 1in; */
}

.border2
{
	text-align: center;
	background-color: white;
	border-style: ridge;
	border-color: red;
/*	border-width: 6px; */
}

.border3
{
	text-align: left;
	margin-left: 0;
	background-color: black;
	border-style: ridge;
	border-color: red;
/*	border-width: 5px; */
}

.border4
{
	text-align: center;
	font-color: white;
	margin-left: 0;
	background-color: black;
	border-style: ridge;
	border-color: red;
/*	border-width: 5px; */
}

/*  FLOATING IMAGES  */

float	{ float; left }
	/* OPTIONS~ left, right */

/*  CLEARING THE FLOAT COMMAND  */

clear	{ clear: left }
	/* OPTIONS~ left, right*/



/*	SOME OF THESE COMMANDS DON'T WORK IN IE OR NETSCAPE.
	JUST PLAY WITH THE CODE TO OBTAIN THE RESULTS YOU WANT.

	ALWAYS VIEW THE PAGES USING DIFFERNT BROWSERS DURING THE
	CONSTRUCTION PROCESS!!!!

	ADD HEADER COMMANDS & PRETTY COLOR SCHEMES AS YOU WISH.

	NO POSITIONING NOTES WERE INCLUDED IN THIS FILE.
	YOU CAN PLACE ANY TEXT OR OBJECT ANYWHERE ON THE SCREEN
	USING THE POSITIONING COMMANDS.

	I ALSO LEFT OFF THE VISIBILITY COMMANDS.
	CONSIDER HIDING SHIT UNTIL THE MOUSE ROLLS OVER IT
*/

