File size: 561 Bytes
d736789
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<style type="text/css">
	html {
		margin: 0px;
		padding: 0px;
	}

	body {
		font-family: Calibri, Arial, Sans;
		margin: 0px;
		padding: 0px;
	}

	label {
		background: #FFFFEE;
		border: 1px solid black;
	}

	a {
		color: #223388;
	}

	iframe {
		border: none;
	}

	a:active {
		color: #223388;
	}

	a:visited {
		color: #223388;
	}

	h1 {
		font-size: 14pt;
		border-bottom: 1px solid black;
	}
	</style>
</head>
<body>
<p>This is a sample about page.</p>
</body>
</html>