body {
	font-family: "Times New Roman", Times, serif;
	background-color : Red;
}
h1 {
	font-family: cursive;
	color: White;
	text-align: left;
	font-style : italic;
	font-size : xx-large;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	Font-style: italic;
	font-size : large;
	text-align : left;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	Font-style: italic;
	font-size : medium;
	text-align : center;
	background-color : Silver;
}
h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	Font-style: normal;
	font-size : small;
	text-align : left;
}
h5{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	Font-style: normal;
	font-size : medium;
	text-align : center;
}
h6 {
	font : italic x-small "Times New Roman" Times serif;
	text-align : center;
}
A{
	color: Yellow;
	font-variant : normal;
	text-decoration: none;
	font-size : medium;
}
A:Hover{
	color: Navy;
}
A:Visited{
	color: Silver;
}
HR{
	height: 3 pt;
	color : Silver;
}
img {
	float : right;
}
