body {background-color:lightyellow;}
h1  {
	color : black ;
	font-size :30; 
	font-family: Consolas;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-color: grey;
	padding-left: 3px
	border-style: solid;
}	

strong {
	background-color: pink;
	color: blue;
    font-weight: bold;
    text-align: left
}
p {
    color : blue;
	font-family: Arial;
    font-size: 25px;
    text-align: justify;
}
a:link {
	color: black;
}
a:hover {
	color: red;
    background-color: silver;}
a {
	outline: none;
	text-decoration: none;
	padding: 2px 
}
h2 {
	font-family: ARIAL;
	font-size: 30px;
	color: red;
}

img {
	border-width: 5px;
	border-style: solid;
	border-color: black;
	margin-left: 5%;
}

/*
html {
	scroll-behavior: smooth;
}
*/