﻿.title
{
	/*text-align: center;*/
}
body
{
	background-color: white;
	color: black;
	margin: auto;
	max-width: 100%;
	height: 800px;
	padding: 12px;
}
#body
{
	padding: 8px;
	min-height: 300px;
}
a:link, a:visited, #the_birdie
{
    text-decoration: none;
    position: relative;
}
a:link
{
    color: Blue;
}
a:visited
{
    color: Purple;
}
a:active
{
    color: Black;
}
a:hover
{
    text-decoration: underline;
}
a:hover, a:focus, a:active
{
    z-index: 1;
}
#home
{
    /*background-color: Transparent;*/
}
a:link.topic_link, a:visited.topic_link
{
    color: Blue!important;
}
#header, #footer
{
    text-align: center!important;
    border: none;
}
.left_align
{
    text-align: left;
}
.clear
{
    clear: both;
}
#logo
{
    border:0px;
}