P  {}

H1  {}

H2  {}

H3  {}

A:Link  {
	color : Blue;
}

A:Visited  {
	color : Purple;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Red;
}

Body  {
	font-family : Arial, Helvetica, sans-serif;
}

.blue {
		list-style-image : url(images/blue_ball_white.gif);
}

.red {
		list-style-image : url(images/red_ball_any.gif);
}

.green {
		list-style-image : url(images/green_ball_white.gif);
}