The styles below are used by appending a class to a tag.
This is an image with the class "border_img"
Enter class name to img tag <img class="border_img" />
Default list example
This is a list with the class "linked"
Enter class name to ul tag <ul class="linked" />
This is a list with the class "special"
Enter class name to ul tag <ul class="special" />
This is a read more link with the class "readon"
Enter class name to a tag <a class="readon" />
this is a paragraph with the class "green"
<p class="green" > Text goes here</p>
this is a paragraph with the class "blue"
<p class="blue" > Text goes here</p>
this is a paragraph with the class "red"
<p class="red" > Text goes here</p>
this is a paragraph with the class "yellow"
<p class="yellow" > Text goes here</p>
this is a paragraph with the class "grey"
<p class="grey" > Text goes here</p>
this is a paragraph with the class "neobluefill"
<p class="neobluefill" > Text goes here</p>
this is a paragraph with the class "bluefill"
<p class="bluefill" > Text goes here</p>
this is a paragraph with the class "lightbluefill"
<p class="lightbluefill" > Text goes here</p>
this is a paragraph with the class "redfill"
<p class="redfill" > Text goes here</p>
this is a paragraph with the class "greyfill"
<p class="greyfill" > Text goes here</p>
this is a paragraph with the class "dark1"
<p class="dark1" > Text goes here</p>
this is a paragraph with the class "dark2"
<p class=dark2" > Text goes here</p>
this is a paragraph with the class "quote"
<p class="quote" > Text goes here</p>