/* CSS for most Ethos pages */

body  {
	font:  12px, "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
	color: black;
	background: #1f2638;
}

html, body, div, p, ul {
	margin: 0;
	padding: 0;
	border: 0;
}


a:link, a:focus, a:hover, a:active  {
	color:  red;
}

a:visited  {
	color:  #990000;
}


.size4 {
	font-size:  17px;
}

.size3 {
	font-size:  15px;
}

.size2 {
	font-size:  12px;
}

.size1 {
	font-size:  10px;
}


.footer{
font-size: 10px;
color: #c3785c;
line-height: 150%;
text-align: left;
}

a.footer:link, a.footer:visited{
color: #c3785c;
}

a.footer:hover, a.footer:active{
color: #fff6e8;
}


