
body {
	font-family : verdana,arial,sans-serif,helvetica;
	color : #000000;
}

/* pseudo classes for links */
a:link, a:visited, a:active {
	background-color : inherit;
	color : #6666FF;
	font-family : verdana,arial,sans-serif;
	font-size : 100%;
	text-decoration : none;
}

a:hover {
	background-color : inherit;
	color : #4A637B;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family : arial,sans-serif,helvetica;
	margin-left : 25%;
}

th {
	background-color : #DDDDDD; 
	font-variant: small-caps;
}

/* classes */
.header {
	color : #CCCCCC;
	font-family : verdana,arial,sans-serif,helvetica;
	text-align : center;
}

.product {
	font-family : verdana,arial,sans-serif,helvetica;
	font-size : 110%;
	font-style: italic;
	font-weight : bold;
}

.xbody {
	margin-left : 33%;
	margin-right : 15%;
}

.xsample {
	font-family : courier, fixed;
	font-weight : bold;
}