﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-family: Verdana, Helvetica, Sans-Serif;
font-size:12px;
margin:0;
word-break: break-all;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

.LicenseText{ background:none; border:none; border-bottom:solid 1px;}

input[readonly=readonly]{ background:#eeeeee;}
