﻿body
{
	margin: 0pt;
	padding: 0pt;
	background-image: url(  'PageFiles/damask.jpg' );
	background-repeat: repeat;
	color: White;
	font-family: Lucida Handwriting;
}

table.LoginMenu
{
	position: fixed;
	top: 0px;
	left: 0px;
	
}

a:link
{
	color: #6fb96c;
}

a:visited
{
	color: #5f9e5c;
}

a:link.menu
{
	color: white;
}

a:visited.menu
{
	color: white;
}

img.logo
{
	position: relative;
	top: -25px;
}

table.menu
{
	position: relative;
	top: -60px;
}

td:hover.menu
{
	background-color: #202020;
}

hr.frufru
{
	border-width: 0px;
	background-image: url(  'PageFiles/dot.jpg' );
	height: 18px;
	position: relative;
	top: -64px;
}

hr.FrufruBottom
{
	border-width: 0px;
	background-image: url(  'PageFiles/BottomDot.jpg' );
	height: 18px;
	position: relative;
	top: -80px;
}

div.content
{
	position: relative;
	top: -72px;
	background-color: Black;
	color: White;
}

