body {
}


p {
font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
font-weight: bold;
font-size: 14px;
line-height: 20px;
text-decoration: none;
margin:0px;
padding:0px;
}

h2 {
color: red;
font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
font-weight: bold;
font-size: 29px;
line-height: 32px;
text-decoration: none;
margin:0px;
padding:0px;
}

h3 {
color: red;
font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
font-weight: bold;
font-size: 18px;
line-height: 20px;
text-decoration: none;
margin:0px;
padding:0px;
}

h4 {
color: red;
font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-decoration: none;
margin:0px;
padding:0px;
}

a:link {
color: blue;
text-decoration: none;
}

a:visited {
color: red;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: none;
}

a:active {
color: red;
text-decoration: none;
}

.comment {
color: red;
font-size: 11px;
line-height: 14px;
text-decoration: none;
margin:0px;
padding:0px;
}

a:link.comment {
color: blue;
text-decoration: none;
}

a:visited.comment {
color: red;
text-decoration: none;
}

a:hover.comment {
color: red;
text-decoration: none;
}

a:active.comment {
color: red;
text-decoration: none;
}

a:link.thumbs {
color: transparent;
text-decoration: none;
}

a:visited.thumbs {
color: transparent;
text-decoration: none;
}

a:hover.thumbs {
color: transparent;
text-decoration: none;
}

a:active.thumbs {
color: transparent;
text-decoration: none;
}

.red {
color: red;
}
