﻿body { color: black; background-color: white; }
p {
	padding: 1.25px;
	margin: 0px;
	border: thick;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: ;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: auto 300px auto auto;
	padding: inherit;
	background: aqua border: double;
	font-family: Arial, Helvetica, sans-serif;
	font-size: Large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a:link {
	color: blue;
}
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }

