body {background-color: #dec5c5}
h1 {color: ;
	font-family: consolas;
	font-size: 50px;
	text-align: center;
	background-color: #}
.t1 {
	border-width: 5px;
	border-style: solid;
	border-color: red;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 20%.
	margin-right: 20%;
	padding: 10px;
	box-shadow: 5px 5px;
	width: 60%;

}
p{
	color: blue;
	font-family: arial;
	font-size: 25px;
	text-align: justify;
}

a {
	color: blue;
	outline: none;
	text-decoration: none;
	padding:2px 1px 0;
	font-size:25;
}

a:link {color:#eb3a5f ;}

a:hover {color:#3219e7;
         background-color:grey ;}

ul {color: darkblue;
	font-family: arial;
	font-size: 20px;}