﻿body 
{
    font-family: Helvetica, Arial, Sans-Serif;
    color: #333333;
    font-size: 1em;
}

h1,h2,h3,h4,h5,h6
{
    padding: 0;
    margin: 0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: normal;
}

h1
{
    font-size: 1.2em;
    font-weight: bold;
}

.h1copy
{
	padding: 0;
    margin: 0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold; 
}
h2
{
    font-size: 1em;
}

h3
{
    font-size: 90%;
    color: #4e2683;
    font-weight: bold;
}

p
{
    font-size: 70%;
    color: #333333;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1.5em;
    text-align: justify;
}

a,
a:link,
a:visited
{
    color: #692d74;
    text-decoration: none;
    outline: none;
}

a:hover
{
    text-decoration: underline;
}

.bold
{
    font-weight: bold;
}

.purple
{
    color: #692d74;
}

.green
{
    color: #78a22f;
}

/* NAVIGATION */
.navigation a,
.navigation a:link,
.navigation a:visited
{
    color: #fff;
    text-decoration: none;
}

.navigation a:hover
{
    text-decoration: underline;
}

/* CONTENT */
.homeRightContent a,
.homeRightContent a:link,
.homeRightContent a:visited
{
    font-size: 110%;
    text-decoration: none;
    font-weight: bold;
}

.homeRightContent a:hover
{
    text-decoration: underline;
}

.homeRightContent p
{
    margin: 0 0 0 10px;
    padding: 0;
    text-align: left;
}

.downloadRight table a,
.downloadRight table a:link,
.downloadRight table a:visited
{
    font-weight: bold;
    text-decoration: none;
}

.downloadRight table a:hover
{
    text-decoration: underline;
}

.buyContainer a,
.buyContainer a:visited,
.buyContainer a:link
{
    color: #4e2683;
    font-weight: bold;
}

.buyContainer a:hover
{
    text-decoration: underline;
}

.buyRight a,
.buyRight a:link,
.buyRight a:visited
{
    color: #692d74;
    text-decoration: none;
}

.buyRight a:hover
{
    text-decoration: underline;
}

.softwareRightInfo a,
.softwareRightInfo a:link,
.softwareRightInfo a:visited
{
    color: #4e2683;
    font-weight: bold;
    text-decoration: none;
}

.softwareRightInfo a:hover
{
    text-decoration: underline;
}

table#basket a,
table#basket a:link,
table#basket a:visited
{
    color: #692D74;
    text-decoration: none;
}

table#basket a:hover
{
    text-decoration: underline;
}

/* FOOTER */
.footer a,
.footer a:link,
.footer a:visited
{
    color: #333;
    text-decoration: none;
}

.footer a:hover
{
    color: #692d74;
}