/* CSS Document */

a.standard:link	{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
a.standard:hover	{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a.standard:visited	{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
a.standard:visited:hover	{
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
a.ordernow:link	{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a.ordernow:hover	{
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
a.ordernow:visited	{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a.ordernow:visited:hover	{
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
a.orderred:link	{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a.orderred:hover	{
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
a.orderred:visited	{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a.orderred:visited:hover	{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
 

