﻿
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd,   form, label {margin:0;padding:0;border:0;}

caption {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}

input
{
 font-size:14px;
}
p {
  line-height: 1.6em; 
  padding-bottom: 1em;
} 

a
{
    color: #000;
    text-decoration: underline;
}
a:hover
{
    color: #000;
    text-decoration: none;
}

/*headings*/

h1
{
    font-size: 170%;
    font-weight: bold;
    padding-bottom: 0.4em;
    color: #000;
}

h2	{color:#000; margin:0 0 10px 0; padding:0; font-size:140%; font-weight:normal; }
h3	{
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    font-style:normal;
    text-decoration:none
}
h3 a
{
    text-decoration:none;
    }
    

.PhotoBorder
{
    padding:10px;
    }
