﻿/* ================================ HEADINGS E TEXTOS ===============================*/

h1
{
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
h2
{
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	color:#185485;
}
h3
{
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
h4
{
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	color:#185485;
}
h5
{
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
h6
{
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}
p
{
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

a:link
{
    color: #185485;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
}
a:visited
{
    color: #505abc;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
}
a:hover
{
    color: #185485;
    font-family:Arial;
    font-size:12px;
    text-decoration: none;
}
a:active
{
    color: #185485;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
}


