Просмотр файла guest/css/mount.css

Размер файла: 913B
body {
	background: #FFDEAD;
	color: Black;
	font: small sans-serif;
}
p {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}

.p1 {
	text-align: center;
	font: sans-serif;
	background: #F4A460;
	border-bottom: 2px double #A52A2A;
	border-top: 2px double #B22222;
	padding: 2px 2px;
}
.p2 {
	text-align: center;
	background: #F4A460;
	margin-left: 3px;
	margin-right: 3px;
	color: Black;
	border: 2px solid Maroon;
}

.p3 {
	text-align: center;
}
.p4 {
	text-align: left;
}
a {
	color: Red;
	font-family: serif;
	text-decoration: none;
	font: small-caps;
	font-weight: bold;
}

a:visited {
	color: #FF4500;
}

a:hover {
	text-decoration: underline;
	font: bold;
}


.s1 {
	color: #B22222;
	font-weight: bold;
}

.s2{
	color: Red;
}
input {
	background: #F8F8FF;
	color: #A0522D;
	font-weight: bold;
	width: auto;
}