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

p {
		text-indent: 3em;
                }

p.nonindent {
                text-indent: 0;
                }


div.normal	{
                clear: both;
                float: left;
		padding: 1em;
		background: white;
		color: black;
		border: thin solid;
		border-color: black;
		margin: 1.5em;
                margin-left: 3em;
		width: 50em;
		}

img.right	{
                margin-left: 3em;
                float: left;
		}

img.normal	{
                clear: both;
                float: left;
                margin-left: 5em;
		}

#thesishtml {
                clear: both;
                float: left;
		background: white;
		padding: 1em;
		color: blue;
		border: thin solid;
		border-color: blue;
		color: black;
		margin-left: 5.5em;
		width: 37em;
				}

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


#thesispdf {
                clear: both;
                float: left;
		background: white;
		padding: 1em;
		border: thin solid;
		border-color: red;
		color: black;
		margin-left: 11.5em;
		width: 20em;
				}

#signature {
                clear: both;
                float: left;
		margin: 3em;
		}


div.admid {
                margin-left: 5.5em;
                }

div.adright   {
                margin: 1.5em;
                float: left;
		}


















































































