<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin: 20;
	padding: 0;
	background-color: #cccccc;
}
form{
	margin: 0;
	padding: 0;
}
body,td{
	font-family: verdana, MS sans serif, sans-serif, Arial;
	font-size: 70%;
	line-height: 130%;
}
.vid {
	color : #AD1709;
	text-decoration : none;
	font-weight : bold;
	font-size: 110%;
}

h1 {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size: 110%;
}
h2 {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size: 160%;
}
A:Link {
	color : #0E2B73;
	font-size: 100%;
}
A:Visited {
	color : #991B37;
        font-size: 100%;
}
A:Active {
	color : #B9230A;
	font-size: 100%;
}
A:Hover {
	color : #D57208;
	font-size: 100%;
}
.blog{
    list-style: none;
    
}

.blog li{
    list-style: none;
    display:inline;
    padding: 15px;
}</pre></body></html>