<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main
{
	color:black;text-indent:2em;
	margin-left:130px;
	margin-right:30px;
	border:10px dotted red;
}
.hh{color:green;font-size:14pt;}
Body{
	font-size:12pt;
	line-height:2.5em;
}
a{
	font-size:20pt;\
	color:pink;
}
a:hover{
	background-color:red;
	font-size:30pt;
}
h1{
	font-size:32pt;
	text-align: center;
}
h1:hover{
	background-color:red;
}
h2{
	font-size:28pt;
	text-align: center;
	
	
}
h3{
	color:blue;
	font-size:25pt;
}
.author{
	font-size:10pt;
	text-align: center;
}
#name{
	color:rgb(100,200,0);
}</pre></body></html>