﻿body
{
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #131313;
	background-color:#333333;
}

panel
{
	background-image: url(images/otel1_background.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 100%;
	
}

.link
{
	font-size: 8pt;
	color: white;
	text-decoration: none;
}
	
	
	.link:hover
{
	
	text-decoration: underline;
	}