/*
 ____________________________________________________________________________
|                  |                                                         |
|          Title:  |  Add Your Own Name in About:Mozilla (FUN!!)             |
|    Description:  |  You can Add a funny lead-in text to the Mozilla Verse  |
|         Author:  |  -=Ben=-                                                |
|   Date Created:  |  August 6, 2008                                         |
|   Date Updated:  |  August 6, 2008                                         |
|        Version:  |  1.0.0.0                                                |
|__________________|_________________________________________________________|

*/

@-moz-document url-prefix(about:mozilla)
{



/* The name below will appear if you go to about:mozilla.  
Please make sure to have an intro to the verse: */

p:before
{
  content: "-=Ben=-'s tablet: " !important;
}


/* The names below will appear if you go to about:mozilla- in the top.  
Please make sure to have a funny lead-in to the clipping: */
body:before
{
  content: "Up from the depths rises -=Ben=-" !important;
}

}