body {
		background: silver;
                font-family: serif;
		}

p {
		text-indent: 3em;
                }

p.nonindent {
                text-indent: 0;
                }


div.normal	{
		padding: 1em;
		background: white;
		color: black;
		border: thin solid;
		border-color: black;
		margin: 1.5em;
                margin-left: 3em;
                margin-top: 0.8em;
                position: relative;
		width: 50em;
		left: 0em;
		}

img.right	{
		padding: 0em;
		position: absolute;
                top: 28em;
                left: 47em;
		}

#thesishtml {
		background: white;
		padding: 1em;
		color: blue;
		border: thin solid;
		border-color: blue;
		color: black;
		margin: 1.5em;
		position: relative;
		width: 37em;
		left: 4em;
				}

#thesishtml li a:hover { color: yellow; }
#thesishtml li a:active { color: white; }


#thesispdf {
		background: white;
		padding: 1em;
		border: thin solid;
		border-color: red;
		color: black;
		margin: 1.5em;
		position: relative;
		width: 20em;
		left: 10em;
				}

#signature {
		margin: 3em;
		}

