<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2020, 12:38:46 AM
    Author     : clinly
*/
.main {
	width: 70%;
	margin: 0 auto;
	line-height: 130%;
}

h1 {
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
}

h1 u {
	margin: 5px 0;
	display: inline-block;
}

p {
	margin: 20px 0;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li {
	padding: 10px 0;
}
</pre></body></html>