h1
{
    font-weight: bold;
    font-size: xx-large;
    color: #dddd99;
}
h2
{
    font-weight: bold;
    font-size: large;
    color: #2190cf
}
a:link
{
    font-weight: bold;
    color: #bbbb77;
    text-decoration: none
}
A:visited
{
    font-weight: normal;
    color: #dddd99;
    text-decoration: none
}
a:active
{
    font-weight: bold;
    color: #dddd99;
    text-decoration: underline
}
a:hover
{
    font-weight: bold;
    color: #33ff33;
    text-decoration: underline
}
img
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px
}
body
{
		border: 0px;
		margin: 0px;
    background: black fixed no-repeat left top;
		font-color: white;
}
td.top
{
	/* background: url(images/corner1.gif) #2190cf fixed no-repeat left top; */
	background: #2190cf;
	text-align: right;
}
td.side
{
	background: #2190cf;
}
td.middle
{
	background: white; // no-repeat url(images/corner2.gif);
	background-position: top left fixed;
	color: black;
}
td.middle a:visited{
	color: #2190cf;
}
td.middle a{
	color: blue;
}
