﻿/*Таблица стилей для index.html*/
body {
background-image: url("images/Background.gif");
background-repeat: repeat;
background-color: #e0b694;
font-family:verdana, arial,sans-serif;
}
.nav {float:left; widht:100px; color:#7c4949; padding:5px;}
.page {width:800px; margin-left:auto; margin-right:auto;}
img.header {float:left; width:153px; padding-left:40px; padding-right:5px;}
p.header {float:right; width:400px; height:60px;}
h1 {background-color:#582424; height:160px; color:#f4bd07; font-size:40px; font-weight:400; text-align:center; padding-top:10px;}
p.titl {height:30px; padding-top:0px; background-color:#582424; color:#e0b694; font-style:italic; font-size:18px; text-align:center;}
.content {float:right; width:600px;}
p.anons {padding:5px; text-align:left;}
img.anons {float:left; width:100px; padding-right:5px;}
h6 {float:left;width:800px;text-align:center;padding-top:10px;}
a:link { color:#7c4949; text-decoration:none;}
a:link:hover {color:#7c4949; text-decoration:underline;}
a:visited {color:#7c4949; text-decoration:none;}
a:active {color:#7c4949; text-decoration:none;}
fieldset {width:130px; padding:5px; border-color:#e0b694; box offset:right; }