/*<!-- STYLESHEET.CSS -->
<!-- Basic stylesheet for HTML files used in UTD exams -->
<!-- Written in XML Spy 3.5 : The only tool for a UTD Tech Designer -->*/

body		{	
				font-family 	: Tahoma;
				font-size   	: 12pt;
			}

body.titlebar	{	
				font-family 	: Tahoma;
				font-size   	: 12pt;
				color 		: #FFFFFF;
			}
			
.nowrap 		{   	
				white-space: nowrap ; 
			} 

div.tutorial	{
				margin-top 	: 0;
				margin-left 	: 0;
				margin-right	: 0;
			}

div.display	{
				margin-top 	: 0;
				margin-left 	: 0;
				margin-right	: 0;
			}
									
blockquote	{
    			margin-top 	: 20px;
				margin-left 	: 90px;
				margin-right	: 30px;
			}

form		{	
				text-indent 	: -49px;
				padding-top	: 30px;
			}

input		{	
				height 	: 18px;
				width 	: 18px;
				vertical-align: middle;
			}

sup,sub		{
				font-size	: 12pt;
				font-weight : bold;
			}
			
td			{	
				font-family 	: Tahoma;
				font-size   	: 12pt;
			}
