﻿@font-face {
    font-family: 'Soleto_Rg';
    src: url('../Fonts/Soleto_Rg.ttf') format('truetype');
}

@font-face {
    font-family: 'Soleto';
    src: url('../Fonts/Soleto.ttf') format('truetype');
}

@font-face {
    font-family: 'Soleto_BdIt';
    src: url('../Fonts/Soleto_BdIt.ttf') format('truetype');
}

@font-face {
    font-family: 'Hind-Regular';
    src: url('../Fonts/Hind-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'verdana';
    src: url('../Fonts/verdana.ttf') format('truetype');
}

a {
    color: #000000;
    font-weight: bold;
}

a:hover {
    color: #000000;
    font-weight: bold;
}

::-webkit-input-placeholder {
    font-family: 'Soleto';
    color: #383838;
    font-size: 12pt;
}

:-moz-placeholder {
    font-family: 'Soleto';
    color: #383838;
    font-size: 12pt;
}

::-moz-placeholder {
    font-family: 'Soleto';
    color: #383838;
    font-size: 12pt;
}

:-ms-input-placeholder {
    font-family: 'Soleto';
    color: #383838;
    font-size: 12pt;
}

p, li{
    font-size:13pt;
}