a{
	color:white;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;

}
a:visited{
	color:#dcdcdc;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;

}
a:hover {
	color:blue;
	background-color:orange;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;

}
a:active {
	color:red;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;

}



P {
	text-align:"left";
	padding-left:0px;
	padding-right:0px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	text-align:center;
	background:blue;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;

}

h2 {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	background: #0000FF;

}






body {
	font-family:"times new roman";
	background-color:dodgerblue;
	background-image:url('YELL.jpg');
	background-repeat:repeat;
	font-size:14px;
	margin-top:0cm;
	border-width: 0.2cm;
	border-style:solid;
	border-color:ff9933;
	margin-left:0cm;
	margin-right:0cm;
	scrollbar-arrow-color: ff9933;
	scrollbar-base-color: green;
	scrollbar-dark-shadow-color: gray;
	scrollbar-track-color:ff9933;
	scrollbar-face-color:dodgerblue;
	scrollbar-shadow-color: gray;
	scrollbar-highlight-color: orange;
	scrollbar-3d-light-color: yellow;
	padding: 0px;
}


