#text{
	padding: 20px 20px 10px 30px;
	color: #565656;
	font-weight: bold;
	font-size: small;
	font-family: georgia, verdana;
}

#text h1{
	padding: 0 0 0px 0;
	color: #black;
	font-weight: bold;
	font-size: 22px;
	font-family: georgia, verdana;
	text-align: center;
}

#text h2{
	padding: 0 0 0px 0;
	color: #black;
	font-weight: bold;
	font-size: 18px;
	font-family: georgia, verdana;
	text-align: center;
}

#text p{
	padding: 8px 0 8px 0;
	}
	
#text b{
	font-weight: bold;
	color: black;
	}
	
#text a{
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}


#brands{
	padding: 20px 5px 10px 30px;
}


#brands ul{
	padding: 10px 0px 10px 0px;
}

#brands ul li{
	list-style-type: square; /*list, circle, square*/
}

#brands ul li a:link, #brands ul li a:visited{
	color: #3966a5;
	font-weight: bold;
	font-family: arial;
	text-decoration: underline;
	
}


#brands ul li a:hover{
	color: #000000;

	
}






