

head {
		text-align: center;
		
		
		
		}



body {
	text-align: center;
	font-family: courier new;
	background-color: rgb(80,80,80);}
	h1 {
		font-size: 225%;
	color: 	rgb(0,139,139);
		text-align: center;}
		
		h2{
		text-align: center;}
				
		

		
		
	p {
	font-size: 125%;}

	a:link {
		text-align: center;
		color: teal;
		font-size: 200%;
	text-decoration: none;}
	
	a:visited {
	color: midnightblue;}
	
	a:hover {
	color: red;}