﻿@charset "utf-8";

.table1 {
	background-color: #fbfbdd;
	height:100%;
	
}

body, html {
	background-color: #fbfbdd;
	height:100%;
}

body {
	border:none;
	margin: 0;
}

p {
	color: #282828;
	font-size:12px;
	font-family: "arial", "comic Sans MS","times New Roman";
}

h2, h3 {
	color: #282828;
	font-family: "arial", "comic Sans MS","times New Roman";
}

.shadowtext {
    text-shadow: black 2px 2px 2px, #fbfbdd 0 0 1em; /* Параметры тени */
    color: #fbfbdd; /* Белый цвет текста */
    font-size: 2em; /* Размер надписи */
}
   
#navigation a {
	font-family:  Arial, "Comic Sans MS", "Times New Roman";
	font-size: 12px;
	text-decoration: none;
	color: #350202;
	font-weight: bold;
	display: block;
	height: 40px;
	width: 137px;
	float: left;
	text-align: center;
	font-style: normal;
	line-height: 40px;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	background-image: url(../images/ro137.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}
#navigation a:hover {
	background-image: url(../images/ro137.gif);
	background-position: bottom;
}