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

Размер файла: 909B
body {
	background: Black;
	color: White;
	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: Red;
	border-bottom: 2px groove #E6E6FA;
	border-top: 2px groove #E6E6FA;
	padding: 4px 4px;
}
.p2 {
	text-align: center;
	background: Red;
	margin-left: 3px;
	margin-right: 3px;
	color: Black;
	border: 2px solid #F5F5F5;
}

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

a:visited {
	color: Blue;
}

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


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

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