img {
	border-color: #FF00FF;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF00FF;
}
h2 {
	font-size: 18px;
}
body {
	font-family: "Times New Roman", sans-serif, serif, Arial;
	font-size: 14px;
	color: #FF00FF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
.menu {
	background-color: #33CCFF;
	height: 20px;
	width: 100%;
	padding-left: 5px;
	color: #000000;
}
.pink {
	color: #FF00FF;
}
