/* Netscape Parameters */

.canday A:link 
	{
	color: White;
	background : white;
	text-decoration: none;
}

.canday A:visited 
	{
	color: White;
	background : white;
	text-decoration: none;
}

.canday A:active
	{
	color: White;
	background : white;
	text-decoration: none;
}


.searchForm {
	font-size : .7em;
	color : Black;
}

.searchBox {
	font-size : .7em;
	font-family : monospace;
	color : Black;
}

.resultsTitle {
	font-size : .6em;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

.text {
	font-size : .7em;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}

.form {
	font-size : .8em;
	font-family : monospace;
	color : black;
}

.intro {
	font-size : .75em;
	font-family : Arial, Helvetica, sans-serif;
	color : red;
}

.intro2 {
	font-size : .75em;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}

/* IE Parameters */


@media screen {

.canday A:link {
	color: Navy;
	background : white;
	text-decoration: none;
}


.canday A:visited 
	{
	color: Purple; 
	background : white; 
	text-decoration: none;
}


.canday A:active
	{
	color: Red; 
	background : white; 
	text-decoration: none;
}

.searchBox {
	font-size : 1em;
	font-family : monospace;
	color : Black;
}

.searchForm {
	font-size : .8em;
	color : Black;
}


.resultsTitle {
	font-size : .65em;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

.text {
	font-size : .75em;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}

.form {
	font-size : .85em;
	font-family : monospace;
	color : black;
}

.intro {
	font-size : .80em;
	font-family : Arial, Helvetica, sans-serif;
	color : red;
}

.intro2 {
	font-size : .80em;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
}
} 
