/*
Theme Name: Product Review
Description: Review products using wordpress.
Author: Scott Botkins
*/


body{
margin: 0px;
font-family: Arial;
font-size: 9pt;
}

h1{
margin: 0px;
padding: 0px;
}

a{color: #0000FF}

.red_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#cc0000;
font-weight:bold;
}

.para_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height: 20px;
}

.product_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
}

.product_name_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FF0000;
font-weight:bold;
text-decoration:underline;
}
