body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	}

h1
	{
	font-size: 130%;
	}

h2
	{
	font-size: 120%;
	}

h3
	{
	font-size: 110%;
	}

p
	{
	font-size: 80%;
	}

.p
	{
	font-size: 80%;
	}

p.quote
	{
	font-size: 80%;
	font-style: italic;
	}

.quote
	{
	font-size: 90%;
	font-style: italic;
	}

p.names
	{
	font-size: 70%;
	font-style: italic;
	}

.names
	{
	font-size: 80%;
	font-style: italic;
	}

p.copyright
	{
	font-size: 60%;
	}

p.buttons
	{
	font-size: 70%;
	text-align: center;
	}

.actbut
	{
	color: red;
	}

a:link
	{
	color: #50A6FF;
	}

a:visited
	{
	color: #2A87BD;
	}

a:active
	{
	color: #21A9F7;
	}

a:hover
	{
	color: #B4C5D6;
	}

.img
	{
	padding: 1px;
	}

li
	{
	font-size: 80%;
	font-style: italic;
	}

hr
	{
	color: #fff;
	border-bottom: 1px dotted #ccc;
	}

#container
	{
	position: reletive;
	margin: 20px auto;
	padding: 5px;
	width: 90%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #000;
	}

#menu
	{
	position: reletive;
	margin: 5px auto;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	}

#submenu
	{
	position: reletive;
	padding: 5px;
	width: 100%;
	height: 10px;
	}

#body
	{
	position: reletive;
	padding: 2px;
	width: 100%;
	margin: 5px auto;
	}

#address
	{
	position: reletive;
	padding: 5px;
	width: 100%;
	}

#bmenu
	{
	position: reletive;
	padding: 2px;
	width: 100%;
	height: 10px;
	border-top: 1px dotted #ccc;
	}