.red, .errors{
	color:red;
}
.blue {
	color:blue;
}
.green, .success, .info , #green{
	color:green;
}
.faded{
	color:silver;
	font-style:italic;
}
.working {
	font-style:italic;
	color:orange;
}

.block{
	display:block;
}

.fade {
	color:silver;
	font-style:italic;
}

.brk {
	clear:both;
	float:none;
}

.ln2 {
	clear:both;
	width:100%;
	height:3px;
	color:silver;
}

h2{
	font-weight:400;
	text-align:center;
	
	margin:5px;
	padding:8px;
}
.h1 {
	font-size:40px;
}

.h2 {
	font-size:38px;
}

.h3 {
	font-size:32px;
}

.h4 {
	background:#ddd;	
	font-size:18px;
	color:white;
}
.h5 {
	font-size:20px;
}

.h6 {
	font-size:18px;
color:#2E9AFE;
}

.h7 {
	font-size:16px;
}

.h8 {
	font-size:14px;
}

.h9 {
	font-size:12px;
}


.h10 {
	font-size:14px; 
	backgrouns:black;
	color:white;
}

a:focus {
outline:none;
}

.bar {
	margin:5px;
	clear:both;
	float:none;
	padding:8px;
}

.bar a {
	margin-left:20px;
	border-bottom:1px skyblue solid;
}

.minor a {
	display:block;

	border-radius:10px;
	padding:5px;
	margin:auto;
	margin-bottom:10px;
	position:relative;
	border-bottom:1px #fffdfd solid;
	
}

.minor a :hover {
	border-bottom:1px #fafffa solid;
}