﻿p
{
    line-height: 17px;
    margin-bottom: 20px
}

pre
{
    font-family: monospace;
}

strong, b
{
    font-weight: bold
}

em, i
{
	font-style: italic;
}

a
{
	color: #7fd44a;
	text-decoration: none;
	line-height: 17px;
}

a:hover
{
	text-decoration: underline;
	cursor: pointer !important;
}

h1
{
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2
{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3
{
    color: #95ea5f;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

h4
{
    color: #fff;
    font-size: 12px;
    font-weight: bold
}

ul
{
	margin-bottom: 20px;
}

ol
{
    list-style-type: decimal;
    margin-bottom: 20px;
}

.white{color: #fff}
.green{color: #7fd44a}