/*
 * custom.css
 *
 * Custom CSS file
 *	- use for all CSS styles for formatting content
 *	- is used in content area of HTML editor
 *
 */

h1 {
	font-size: 16px;
	font-family: Arial;
}

td {
	font-size: 12px;
	font-family: Arial;
}

.nav h2 {
	font-size: 14px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.nav a:link {
	font-size: 14px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.nav a:visited {
	font-size: 14px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.nav a:hover {
	font-size: 14px;
	color: white;
	text-align: center;
	text-decoration: underline;
}

.footer {
	font-size: 12px;
	color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.footer a:link {
	font-size: 12px;
	color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.footer a:visited {
	font-size: 12px;
	color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	font-size: 12px;
	color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
#catalogue {13px; color:#3F1F32; font-weight:bold;}
#catalogue a{font-size: 13px; color:#3F1F32; text-decoration : none; font-weight:bold; }
#catalogue  a:hover{font-size: 13px; color:#3F1F32; text-decoration : underline;  font-weight:bold;}

li { list-style:circle; font-family:Arial; }

#subcats {
	font-size: 10px;
}
#subcats li {
	font-size: 10px;
}
#subcats a:link {
	font-size: 10px;
}
#subcats a:visited {
        font-size: 10px;
}
#subcats a:active {
        font-size: 10px;
}
#subcats a:hover {
        font-size: 10px;
}
#subcats ul li {
	list-style: none;
}
#productname a:link {
        font-size: 10px;
}
#productname a:visited {
        font-size: 10px;
}
#productname a:active {
        font-size: 10px;
}
#productname a:hover {
        font-size: 10px;
}
