.style1 {font-size: 13px}
.style2 {color: #006699}
.styleCarList {font-size: 11px}

a:link {
	text-decoration: none;
	color: darkblue;
}
a:visited {
	text-decoration: none;
	color: darkblue;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: none;
	color: blue;	
}