/*
----------------------------------------------------------------------------------------------------
Crow's Template Stylesheet 2.5.2
Styles for Contribute users
----------------------------------------------------------------------------------------------------
*/

.bold { font-weight: bold; }
.italics { font-style: italic; }

.strikethrough { text-decoration: line-through; }
.superscript { vertical-align: super; }
.subscript { vertical-align: sub; }



/*
----------------------------------------------------------------------------------------------------
Colours
----------------------------------------------------------------------------------------------------
*/

.black { color: #000; }
.white { color: #fff; }
.gray { color: #9aa5aa; }
.red { color: #f00; }
.green { color: #090; }
.gold { color: #c60; }
.purple { color: #90c; }
