﻿/*
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.
*/
/*body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #4c4c4c;
}*/

.Homepage hr {
    background-color: #c4d5e6;
    height: 1px;
    border: none;
}

/* a,
 a:visited{
    color: #1b559b;
    font-weight: bold;
}*/

.Absolute {
    position: absolute;
}


.LearningManagementSystem h3,
.Homepage .Bottom h3{
    color: #1b559b;
    font-weight: bold;
    margin: 0;
    padding: 0;    
}

.Homepage .Bottom h3{
    font-size: 11px;
}

.LearningManagementSystem h3{
    font-size: 12px;
}