﻿body 
{
	margin-left: 200px; 
	margin-top:90px;
	font-family: Tahoma;
	font-size: 10pt;
}

h1
{
	margin-bottom: 0px;
	font-size: 64pt;
	letter-spacing: 0.7pc;
}

h2
{
	font-weight: normal;
	font-size: large;
}

h3
{
	color: DarkGreen;
	font-weight: bold;
	font-size: small;
	margin-bottom:0px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:visited
{
	color: Blue;
}

input
{
	border: solid 1px black;
}

pre
{
	border: solid 1px green;
	width: 430px;
	padding: 10px 10px 10px 10px;
	margin-top: 2px;
}

ul
{
	margin-top:0px;
}
p
{
	width:600px;
}
