h1 { /*Product Name*/
	font-size: 125%;
	color: #666666;
	padding: 0;
	margin: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

p { /*Product Description*/
	font-size: 85%;
	color: #666666;
	padding: 0;
	margin: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.blue { /*Blue text*/
	color: #0066FF;
}

.red { /*Red text*/
	color: #FF0000;
}

.black { /*Black text*/
	color: #000000;
}

.green { /*Green text*/
	color: #33CC00;
}

.indent { /*Indent for list*/
	margin-left: -4px;
}

.nomargin { 
	margin-left: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}