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

Размер файла: 664B
body {
	background: navy;
	color: white;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
}
p {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

.class1 {
	color: #87CEFA;
	font: bold sans-serif;
	text-align: center;
	border: 4px solid #4169E1;
}

.class2 {
	color: #7FFFD4;
	font: small serif;
	text-align: center;
	border-bottom: 2px solid #00BFFF;
	border-top: 2px solid #00BFFF;
}

.class3 {
	font-size: small;
	color: white;
	padding: 4px;
	margin: 4px;
}

a {
	text-decoration: none;
	color: aqua;
}

a:hover {
	text-decoration: underline;
	color: #87CEFA;
}

.red {
	color: Red;
}