﻿A:link {
	text-decoration: none;
	color: #0033FF;
}
A:visited {
	text-decoration: none;
	color: #0033FF;
}
A:active {
	text-decoration: none;
	color: green;
}
A:hover {
	text-decoration: underline;
	color: orange;
}
body {
	background-color: #FFFF99;
	color: #000080;
}
hr {
	 
border-style:solid;
	background-color:orange;
	color:orange;
	height: 3px;
}
