body
	{
	font: normal 100% Eurostile, Skia, Verdana, Arial, Helvetica, san-serif;
	color: black;
background-color: #ffff99;
	}
p
	{
	font: normal normal 100% Eurostile, Verdana, Arial, Helvetica, san-serif;
	color: black;
	}
	h1 {
	color:#6600cc;
	}
a
	{
	font: normal normal 100% Eurostile, Skia, Verdana, Arial, Helvetica, san-serif;
	color: blue;
	}

.link {

	font: normal bold 70% Euorstile, verdana, arial, helvetica, sans-serif;
}
a:link
{
	text-decoration: none;

	}

	a:visited
{
	text-decoration: none;
	}

a:hover
{
	text-decoration: none;
}
.button:hover{
	color: pink;
	}
.button{
	font: bold normal 70% Euorstile, verdana, arial, helvetica, san-serif;
	background-color: blue;
	color: white;
	text-align: center;
; clip:  rect(5px   )
}
td.pract {
border: solid windowtext .5pt;
border-width: .5pt, .5pt, .5pt, .5pt;
padding-left: 5.4pt;
padding-right: 5.4pt;
padding-top: 0in;
padding-bottom: 0in; background-position: 0% 50%;
}

td { font-family: Skia, Century Gothic; }

/*	
	*************************************
	*	CSS Button Code V.0.01          *
	*	Copyright Spirit Quest 2002     *
	*	Written by Ketan.K.Majmudar     *
	*	Web : www.spiritquest.co.uk     *
	*************************************
*/

		.button1 {
				width: 100%;
				background: #ffffcc;
				color: #000000;
				border: 1px groove #000;
				padding: 2px 3px 2px 3px;
				font: bold normal 80% Eurostile, Skia, verdana, arial, helvetica, sans-serif;
				text-align: center;
				}
				
		a.button1:link {
				text-decoration: none;
				}
				
		a.button1:hover {
				text-decoration: none;
				}
				
		a.button1:visited {
				text-decoration: none;
				}
				
		a.button1 {
				color: #000000;
				}