body    {
    background-color: black;
    color: #fc9;
    padding: 10px 2px 15px 20px;
    }
p	{
	color: #fc9;
	line-height: 1.2;
    font-family: georgia, "times new roman", serif;
	}
h4	{
	color: #fc9;
    font-family: georgia, "times new roman", serif;
	}
h5	{
	font-size: 1em;
	font-style: italic;
    font-family: courier, monospace;
	}
ul	{
	line-height: 1.3;
	list-style-image: url(http://www.romanization.com/thomasanderson/star_bullet.gif);
	}
ul ul	{ 
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.5%;
	}

		/* SPECIAL DIVS */
.home img   {
    margin-bottom: 15px;
    }
.header {
    color: white;
    padding-left: 3em;
    }
.main   {
    color: #fc9;
    padding-left: 3em;
    font-family: georgia, "times new roman", serif;
    }
.copyright	{
	color: #ccc;
	font-size: smaller;
	font-family: georgia, "times new roman", serif;
	}


		/* REGULAR LINKS */
a:link  {
    text-decoration: underline;
    color: #fc6;
    font-family: georgia, "times new roman", serif;
    }
a:visited   {
    text-decoration: underline;
    color: #fc6;
    font-family: georgia, "times new roman", serif;
    }
a:hover {
    color: #69c;
    }
a:active    {
    color: #fc0;
    }


		/* NAVIGATION BAR */
.navbar {
    line-height: 1.3;
    }
a.nav:link  {
    text-decoration: none;
    color: #69c;
    font-weight: bold;
    font-family: "courier new", monospace;
    }
a.nav:visited   {
    text-decoration: none;
    color: #69c;
    font-weight: bold;
    font-family: "courier new", monospace;
    }
a.nav:hover {
    color: #fc6;
    }
a.nav:active    {
    color: #69c;
    }
