A:hover {
	BACKGROUND: #ffd0a0; COLOR: #0000ff; TEXT-DECORATION: none;
}

.tiny        { text-align: left }

html
{
    background-color:#000050;
}

body
{
    background-color:#ffffff;
    margin:50px auto;
	margin-top: 15px;
	margin-bottom: 15px;
    padding:10px;
    max-width:720px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1           { color: #000000; font-weight: bold; 
               text-align: center }
textarea     {  }

h3           { text-align: left }
h4           { font-weight: bold; text-align: left }

		div#footer
		{
			margin:0px auto;
			clear: both;
			padding: .5em 1em;
			border-top: 0px solid #999;
			text-align: center;
		}
		
		#footer table {margin: 0px auto 0px auto;}

pre
{
	border:1px #ccc;
	padding:5px;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	overflow: auto;
}