﻿/*
Should contain all Default Styles that are used in the HTML Editor in Agility
This Sytle Sheet should be uploaded to Agility and used as the Editor Style when completed.
*/

.Clear
{
    clear: both;
    font-size: 0px;
}

.Right
{
    float: right;
}

.Left
{
    float: left;
}

.Center
{
    text-align: center;
}

body, a, textarea, select, input
{
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

a
{
    color: #009999;
    outline: none;
}

h1
{
    font-size: 21px;
    color: #4aab05;
}

h2
{
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

h3
{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

p
{
    margin: 1em 0
}

.Hand
{
    cursor: pointer; cursor: hand;
}

.CommonContent
{
    background-color: #fff;
    padding: 15px;
}

