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

body {
    background-color: White;
    color: Black;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}


h1, h2, h3, h4, h5, h6 {
    color: Navy;
    font-family : "Georgia, Times New Roman, Times, serif";
    font-weight : bold;
    font-style : oblique;
}

a {   
   text-decoration: none;
   font-family : Arial, Helvetica, sans-serif;
   font-weight : bold;
}

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

a:visited {
	color : Black;
}

