﻿body,
html 
{
    margin: 0px;
    padding: 0px;
    color: #333;
}

body 
{
    background-color: #EEE;
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

h4 
{
   font-family: Arial, Sans-Serif;
   font-size: 16px;
   font-weight: bold;
   color: #f60;
}

a, 
a:link,
a:visited 
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

h3 
{
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 16px;
    padding-left: 5px;
    text-transform: lowercase;
    margin-bottom: 7px;
}

dl dt
{
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    text-indent: 1em;
    background-image: url('Images/square.png');
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    text-transform: lowercase;
    font-weight: bold;
}

/* ul
{
	width: 80%;
	padding-left: 2em;
	margin-left: 0em;
	list-style: square outside url('Images/square.png');
} */

textarea 
{
    width: 300px;
    height: 200px;
}
