﻿@charset "UTF-8";

html
{
	background-color:#ffffff;
	font-family: arial, verdana, helvetica, serif, sans-serif;
}

a
{
    font-size:13px;
    color:#000000;
}

a:visited
{
    font-size:13px;
    color:#000000;
}

a:hover
{
    font-size:13px;
    color:#000000;
}

a:active
{
    font-size:13px;
    color:#000000;
    text-decoration:none;
}

h1
{
    color:#000000;
    font-size:24px;
}

h2
{
    color:#000000;
    font-size:14px;
}

p
{
    color:#000000;
    font-size: 13px;
    line-height:16px;
}