h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000099;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000099;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}

body
{
background-image: url('Assets/Images/home%20backgrd.gif');
background-repeat: repeat-y;
background-color:#FFDEAD
}