/* set the styles that apply to the entire page */


A {
	text-decoration: none;
	color: #000000;
}

A:visited {
	color: #000000;
}

A:active {
	color: #666666;
}

A:hover {
	text-decoration: none;
	color: #666666;
}

body {
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
}


.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}