Просмотр файла gb/gb/css/ocean.css

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

.p1 {
	text-align: center;
	font: sans-serif;
	background: Blue;
	border-bottom: 2px groove #E6E6FA;
	border-top: 2px groove #E6E6FA;
	padding: 4px 4px;
}
.p2 {
	text-align: center;
	background: #4169E1;
	margin-left: 3px;
	margin-right: 3px;
	color: Black;
	border: 2px solid #F5F5F5;
}

.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: Navy;
	font-weight: bold;
}

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