﻿
@font-face {   
   font-family: DINReg;
   src: url('/fileshare/fonts/DINReg.eot'); 
   src: local(DIN-Regular), url('/fileshare/fonts/DINReg.ttf') format("truetype"); 
 }   

@font-face {   
   font-family: Helvetica;
   src: url('/fileshare/fonts/Helvetica.eot'); 
   src: local(Helvetica), url('/fileshare/fonts/Helvetica.ttf') format("truetype"); 
 } 


* {
    margin: 0;
    padding: 0;
    }

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #444;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #555;
    line-height: 1.3em;
    font-family: Georgia, Times, serif;
    }

h1, .BlogPost h2 {
    font-size: 36px;
    font-family: DINReg, Georgia , Times, serif;
    font-style: normal;
    }
    
    h1 a:hover, h2 a:hover, h3 a:hover {
        text-decoration: none;
        color: #ff0000!important;
        }

h2 {
    font-size: 22px;
    font-style: italic;
    }

h3 {
    font-size: 16px;
    font-style: italic;
     line-height: 1.6em;     
    }

h4, .ingress, .Ingress {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    color: #555555;
    font-size: 14px;
    }

h5 {
    color: Blue;
    }

h6 {
    color: Blue;
    }

p {
    padding: 5px 0 5px 0;
    }

ul, ol, li {
    list-style: none;
    }

ul, ol {
    }

img {
    border: 0px;
    }

a {
    color: #FF0000;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

fieldset {
    border: 0px;
    }
    
textarea {
    overflow: auto;
    }
    
.clear, .Clear {
    clear: both;
    }

div#Editor {
    background: black;
    width: 278px;
    height: 118px;
    padding: 15px;
    }
