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