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


body{
margin: 0px;
font-family: Arial;
font-size: 9pt;
}
h2{
	text-decoration:none;
	text-align:left;
	font-size:12pt;
	padding:0px;
}
h3{
text-decoration:none;
	text-align:left;
font-size:9pt;
margin: 0px;
padding: 0px;
}
h1{
margin: 0px;
padding: 0px;
}
span{
color:#BD0F46;
}
a{
color: #3A00FF;
text-decoration:underline;
}

strong{
	font-weight:bold;
}
.content a:visited{
color: #3A00FF;
text-decoration:underline;
}
.content a:hover {
color: #3A00FF;
text-decoration:underline;
}
.recent {
width:190px;
padding:4px;
text-align:left;
}
.recent h2{
		text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	font-size:11pt;
	padding:0px;
}
.recent ul {
padding-left:10px;

}
.recent ul li {
padding-bottom:5px;
}
.Footer {
color:#ffffff;
display:inline-block;
font-family:Arial,Helvetica,Sans-Serif;
font-size:12px;
font-weight:normal;
}
.Footer a,a:visited {
color:#ffffff;
text-decoration:underline;
}