/*
Style sheet definition for the editor.  Re-define atleast these 3 tags shown here.
Change according to your will!
*/

body {
    background-color: #B2C3D7;
    color: #191970;
}
h2, h3, h4, h5, h6 {
    color: #5F5F5F;
    font-family : "Georgia, Times New Roman, Times, serif";
    font-weight : bold;
    font-style : italic;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Black;
}

a {   
   color: #DCDCDC;
   text-decoration: none;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : xx-small;
   font-weight : bold;
}

a:hover {
	color : #F0F8FF;
}

a:visited {
	color : #D0D6DB;
}

h1 {     color: #000099;
    font-family : "Times New Roman", Times, serif;
    font-weight : bolder;
    font-style : oblique;
; font-size: 24px } 