a{text-decoration: none;}
a:link {color:#ffffff;}
a:visited{color:#ffffff;}
a:hover {color: black; border-bottom: 1px solid black; border-top: 1px solid black; }

body{
	background-image: url('bg.png');
	font-weight: normal; 
	color: black;  
	font-family: verdana; 
	font-size: 11px; 
	background-color: #FF7070; 
	text-align: left; 
	margin: auto; 
}

/* Обрамление страницы */
div.page{
	border: 3px solid #000000;
	border-style: groove;
	font-weight: normal;
	background-color: #FF7070;
}

/* Логотип */
div.logo{
	height: 30px;
	background: url('logo.png') no-repeat center top;
}

/* Приветствие */
div.hello{
	border-top: 1px solid #000000;
	padding: 1px;
	text-align: center;
	background-color: #999999;
	background-image: url('hello.png');
}

/* Ссылки Меню */
div.main{
	color: #ffffff;
	padding: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000; 
	background-image: url('m.png');
}

/* Рабочая зона */
div.WorkZone{
	padding: 3px;
}

/* Заголовок */
div.head{
	text-align: center;
	padding: 3px;
	font-size: small;
	color: #666666;
}

/* Ниги страницы */
div.footer{
	margin-top: 3px;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #000000;
	background-image: url('foot.png');
}

/* Выравнивание по правой стороне */
div.right{
	text-align: right;
	
}

/* Заголовок меню */
div.menu_head{
	border: 1px;
	border-style: inset;
	padding: 4px;
	background-color: red;
}

div.menu{
	border: 1px;
	border-style: outset;
	text-align: left;
	padding: 3px;
	background-color: #FF7070;
	font-weight: normal;
}

.submenu{
	border: 1px; 
	border-style: groove; 
	padding: 3px;
}

.form{
	font-size: 11px;
	border: 1px; 
	border-style: inset; 
	background-color: #FF9090;
	background-image: url('hello.png');
}

.but{
	font-size: 11px;
	border: 1px;
	border-style: outset;
	background-color: #FF9090;
	background-image: url('m.png');
}

.line{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

input {
	margin: 2px;
}

h3 {
	font-family: Courier New;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}