﻿body {
	background-color:White;
	color:Black;
}
h1{
	color:Red;
}
h2{
	font-size:50%;
}
h3{
	text-decoration:underline;
}
p:first-letter{
	font-size:200%;
	font-weight:bold;
	font-family:Arial;
	margin:3px;
}
a{
	color:Fuchsia;
	text-decoration:none;
}
a:hover{
	color:Blue;
	text-decoration:underline;
}
hr{
	color:Blue;
	background-color:Blue;
	border:1px solid Blue;
}
