﻿p{
border-style:inset;
border: 3px #B22222 inset;
    display:table;
    margin:auto;
	background-color:#FF001A;
	line-height:100px;	
}

body{
background-color: #FF0000;
text-align:center;
margin-left: 75px;
font-family:Time New Roman;
font-size:250%;
font-weight:bold;}

a {
  text-decoration: underline;
  color: blue;
}
a:visited {
  color: blue;
}
a:focus, a:active {
  text-decoration: none;
  color: blue;
}
a:hover{text-decoration:none;
color:green;
}


