/* Main whiteroseband Pages Style Sheet*/
BODY  {
	font-family : Courier New;
	list-style-type : disk;
	color : #000000;
}

A:link  {
	font-family : Arial;
	list-style-type : disk;
	color : Blue;
	text-decoration : none;
}

A:visited  {
	font-family : Arial;
	background-color : #FFFFFF;
	list-style-type : disk;
	color : #003300;
	text-decoration : none;
}

A:active  {
	font-family : Arial;
	list-style-type : disk;
	color : #003300;
	text-decoration : none;
}

A:hover  {
	font-family : Arial;
	background-color : #FFFFFF;
	list-style-type : disk;
	color : #339900;
	text-decoration : underline;
}

DIV  {
	font-family : Arial;
	color : #000000;
	list-style-type : disk;
}

P  {
	font-family : Arial;
	color : #000000;
	list-style-type : disk;
}

TD  {
	font-family : Arial;
	color : #000000;
	list-style-type : disk;
}

LI  {
	font-family : Arial;
	color : #000000;
	list-style-type : disk;
}

OL  {
	list-style-type : disk;
	color : #000000;
	font-family : Arial;
}

UL  {
	font-family : Arial;
	color : #000000;
	list-style-type : disk;
}

BLOCKQUOTE  {
	list-style-type : disk;
	font-family : Arial;
	color : #000000;
}

