#example_hover:hover
{
	color: Red;
}
#example_active:active
{
	color: Red;
}
#example_link:link
{
	color: Red;
}
#example_visited:visited
{
	color: Red;
}
#example_focus:focus
{
	color: Red;
}
#example_active:active
{
	color: Red;
}
#example_first_child li:first-child
{
	color: Red;
}
#example_lang:lang(en) 
{
   color: red;
}
#example_first_line:first-line
{
	color: Red;
}
#example_first_letter:first-letter
{
	color: Red;
}
#example_before:before
{
	content: "EXAMPLE TEXT ";   
}
#example_after:after
{
	content: url("icon.jpg");   
}
