html {
    font-size: 100%; /* ie fix */ 
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: #515151;
    background: #fff;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    line-height: 1.2;
    font-family: 'Times New Roman';
    font-weight: normal;
    font-style: normal;
    color: #000;
}
h1 {
    font-size: 25px;
  
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}


/* Paragraphs */
p {
    margin: .75em 0;
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Links */
a {

}
a:link {
    color: #005250;
}
a:visited {
    color: #005250;
}
a:hover, a:focus, a:active {
    color: #000;
}

/* clear */
.clr {
	clear: both;
	height: 0.001em;
	line-height: 0.001em;
	overflow: hidden;
}
