
body{
	Padding-left: 11em;
	Padding-right: 11em;
	font-family: Georgia, "Times New Roman", Times, Serif;
	Color: Blue;
	Background-color:Light-blue
}



h1	{
	Background-Color:gold;
	Font-size:32px;
	--Text-Decoration:underline;
	text-align:center;
	margin: 0;
	padding: 20px 0;
	
}	
h1::first-line{
	Color:red;
	Font-size:88px;
}
p 	{
	Text-align:Left;
	Font-size:24px;
}
#para1{
text-align:center;
color:red;
}
.center{
text-align:center;
color:red;
}
p.center{
text-align:center;
color:red;
}
/*
*{
text-align:center;
color:blue;
}
h2{
text-align:center;
color:red;
}*/

Body{
	Background-color:lightblue;
}
/* This is a single line comment */
/* This is a 
multi-line comment */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
