﻿@import url('forms.css');
@import url('layout.css');
@import url('gallery.css');


/* define all main values for the site */
body {
    color: #008000;
    font-family: palatino, Georgia, "Times New Roman", serif;
    font-size: 0.8em;
    line-height: 150%
   
}

/*Define paragraphs */
p {
  font-size: 1.1em;
}

/* Define headings */
h1
{
    font-size:2em;
    font-weight: bold;
}

h2
{
    font-size:1.8em;
 
}

h3
{
    font-size:1.7m;
    
}
img { 
border: 1px solid #008000; 
margin:1px 0 0 0;
}


