﻿/* Defines styles that apply to all pages and common elements. */

body
{
    font-family: tahoma, verdana, helvetica, sans-serif;
    font-size: small;
    color: #2f4f4f;
}

A:link {
	color: #800080;
}

A:hover 
{
	color: #FAAA53;	
}

h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, arial, tahoma, verdana, helvetica, sans-serif;
    color: #4C7947;
}

select
{
    font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: small;
	color: #2f4f4f;
}

img
{
    border: 0;    
}

ul 
{
    list-style-type: square;
}