/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
/* background: #FFFFFF; */
font-family: arial, verdana;
scrollbar-face-color: #55648C;
scrollbar-highlight-color: #FAF0E6;
scrollbar-3dlight-color: #6495ED;
scrollbar-darkshadow-color: #483D8B;
scrollbar-shadow-color: #483D8B;
scrollbar-arrow-color: #AFE1CD;
scrollbar-track-color: #E6E6FA;
}
		 
h1 {
color: #20205f;
font-family: arial, verdana;
font-size:  2em;
font-weight: bold;
line-height:  1.2em;
}

h2 {
color: #000033;
font-family: arial, verdana;
font-size:  1.2em;
font-weight: bold;
line-height:  1.2em;
}

h3 {
color: #000066;
font-family: arial, verdana;
font-size:  1em;
font-weight: bold;
line-height:  1em;
}

h4 {
color: #000066;
font-family: arial, verdana;
font-size:  1em;
font-weight: bold;
line-height:  1em;
}


	 
a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover  {
color: #9400D3;
/*background: #7FFFD4;*/
text-decoration: none;
}

a:active {
	color: #0000FF ;
	text-decoration: none;
}