BODY {
		font-family: Arial;
		font-size: 9pt;
		font-weight: medium;
		font-style: none;
		color: #008000;
		text-decoration: none;
		text-align: justify;
		text-indent: 1cm;
		line-height: 1;
		margin-left: 3cm;
		margin-right: 1cm;
		background: #f8f8ff;
}

A {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		font-style: none;
		color: #0000FF;
		text-decoration: none;
}

A:LINK {
		font-family: Arial;
		font-size: 9pt;
		font-weight: bold;
		font-style: none;
		color: #FF0000;
		text-decoration: none;
}

A:VISITED {
		font-family: Comic Sans MS;
		font-size: 9pt;
		font-weight: light;
		font-style: none;
		color: #800080;
		text-decoration: line-through;
}

B {
		font-family: serif;
		font-size: 9pt;
		font-weight: bold;
		font-style: small-caps;
		color: #1e90ff;
		text-transform: uppercase;
}

H1 {
		font-family: monospace;
		font-size: 17pt;
		font-weight: bold;
		font-style: normal;
		color: #FF00FF;
		background: #808080;
		text-transform: capitalize;
		text-align: center;
}

H2 {
		font-family: serif;
		font-size: 15pt;
		font-weight: bold;
		font-style: small-caps;
		color: #808080;
		background: #00FFFF;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
}

P {
		font-family: Verdana;
		font-size: 9pt;
		font-weight: medium;
		font-style: none;
		color: #800000;
		text-decoration: none;
		text-align: justify;
		text-indent: 1cm;
		margin-left: 1cm;
		margin-right: 1cm;
		position: static;
}