﻿/* CSS layout */

#buscontent {
	margin-left:11em;
	text-align:center;
}
   
h1 {
	 text-align:center;
	 padding-bottom:.5em
} 

h2 {
	 text-align:center;
	 padding-top:.5em
} 
 
h3 {
	text-align:center;
	color:#960;
}  
 
.bustable{
	margin-right:auto;
	margin-left:auto;
	font: normal x-small Arial, Helvetica, sans-serif;
	color:#0A015C;
}

.bustable td {
	padding:.25em;
	text-align:left
}

#footer h3 {
	font: medium "Times New Roman";
	font-weight:bold;
	color:#2B2372

}

#list1{
	width:30%;
	float:left;
	list-style:none;
	text-align:left;
	padding:1em .5em 3em .5em
}

