body {
	background-image: url(#);
	background-color: #F4F746;
	margin-left: 100px;
	margin-right: 100px;
	
	
}

.stylesheet{

background: #ff9966; /*background of menu bar (default state)*/



}


a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
	font-weight: bold;
	font-size:12px;
}
a:link {
	text-decoration: none;
	color:#C60;

}
a:visited {
	text-decoration: none;
	color:#C60;
}
a:hover {
	text-decoration: none;
	color: white;

}
a:active {
	text-decoration: none;
	color: black;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 9px;
	color: #000;
}
h2 {
	font-size: 12px;
	color: #000;
	text-align:justify;
	font-weight:normal;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	color: #000;
	text-align:center;
	
}
h4 {
	font-size: 18px;
	color: #000;

}
h5 {
	font-size: 14px;
	color: #000;
	text-align:center;
	text-decoration:blink;

}
h6 {
	font-size: 12px;
	color: #333;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #36F;
}
