/*
Style sheet definition for the editor.  Re-define atleast these 3 tags shown here.
Change according to your will!
*/

body {
    background-color: #999999;
    color: Purple;
    }
p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Navy;
}

h1, h2, h3, h4, h5, h6 {
    color: #000166;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : oblique;
}

a {   
   color: White;
   text-decoration: none;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : xx-small;
   font-weight : bolder;
}

a:hover {
    background-color: ;
    color: ;
}
