<!-- table for BAR MENU -->
.generalTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
<!-- table for PRODUCT PAGE -->
.tableTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #CCFFCC;
	text-align: center;
}
<!-- title bg for LIST PAGE -->
.columnTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
<!-- table bg for PICTURE MENU (page with boxes after login) -->
.tableContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
<!-- table for PICTURE MENU (page with boxes after login) -->
.externalTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #CCFFCC;
	border: 1px solid #333333;
}
<!-- table bg for PRODUCT PAGE -->
.internalTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
<!-- title bg for PRODUCT PAGE -->
.internalTableHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #CCFFCC;
}
<!-- button for PICTURE MENU (page with boxes after login) -->
input.submit {
   background-color: #CCFFCC;
   font-weight: bold; 
   FONT-SIZE: 10px; 
   FONT-FAMILY: verdana, arial, helvetica;
   color: #333333;
}
<!-- link for LIST PRODUCTS -->
.generalLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
<!-- link for LIST PRODUCTS -->
.generalLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: underline;
}
<!-- link for PICTURE MENU (page with boxes after login) -->
.homeLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
<!-- link for PICTURE MENU (page with boxes after login) -->
.homeLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.errorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}