﻿/*default HorizonWeb CSS*/
body
{
    width: 1050px;
    margin: auto;
    background-color:#EEE;
    font-size: x-small; 
    font-family: Verdana;
	border:1px solid #DDD;
}

#HEADTABLE
{
    background-color:#EEE;
}

#CENTER
{
   background-color: White;
}

#MENUTABLE
{
    background-color:#EEE;
    background: url(/images/MenuBar.gif) no-repeat;
}

/*for bulleted list*/
li
{
    margin-bottom: 20px;
}

a
{
   /*text-decoration: none;*/
    color: Black;
}