/* CSS Document */
body{
	margin:20px 20px 20px 20px;
}
a:link, a:visited {
 	color:#000000;
	border-bottom: 2px solid #000000;
	text-decoration:none;
 }
 a:hover {
 	border-bottom: 2px solid red;
	text-decoration:none;
 }
 
* {padding:0px; margin:0px;}

.pageHeading {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 5px 0px 10px 0px;
	font-weight:bold;
	}
.pageDesc {
	text-align:center;
	font-size:20px;
}
.category {
	text-align:left;
	margin:20px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
}
.categoryDesc {
	text-align:left;
	margin:5px 0px 0px 0px;
}
.prodTitles {
	margin:10px 10px 10px 60px;

}
.partNo {
	font-size:10px;
}
.footer {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:30px 0px 0px 0px;
}
