Скачиваний:
20
Добавлен:
15.06.2014
Размер:
1 Кб
Скачать
body{
	  background:#e0ffff;
	  font-family:"Copperplate Gothic Light";
	  font-style:medium;
	  font-weight: lighter;
	  font-size:medium;
	  color:#0000c1;
	}
  a{font-size:large;
	 font-style:oblique;
	 color:teal;}

a:hover{
	color: fuchsia;
	background-color: gray;
}
a:visited{
   color:maroon;
	
}
h1{color:#5bff75;
   font-style:italic;
   font-weight:bolder;
   font-variant:small-caps;
   text-decoration:blink;
}
table,td,th{
	border: thin double;
	color: #32c7c1;
	background-color: #f0fff0;
	width: 80%;
	height:30px;
}
.a{
	background: #fff0f5;
	color: #d70051;
}
.b{
	background: #d8a4ff;
	color:#8000e1;
}
.c{
	background: #b9ffe7;
	color:#00ca85;
	text-align:center;
	font-style: italic;
	text-decoration:underline;
}
.d{
	background: #ffff95;
	color:#e0e100;
	text-align:center;
	font-style: italic;
	text-decoration:underline;
}
.f{
	background: #d5bdd5;
	color:#754d79;
	text-align:center;
	font-style: italic;
	text-decoration:underline;
}
ul{
	list-style-type:square;
	color:gray;
}
	ol{
		color:gray;
		list-style-type:upper-roman;
	}
	

Соседние файлы в папке css