@import url('http://fonts.googleapis.com/css?family=Droid+Sans');
@import url('http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css');

body {
		background: #002800;
		font-family: 'Droid Sans', 'Droid Arabic Naskh', sans-serif;
		font-style: normal;
		margin-left: 1em;
		margin-right: 1em;
		color: white;
}

hr {
	width: 90%;
	height: 1px;
	border: 0;
	color: #006331;
	background-color: #006331;
	margin: 2ex auto;
}

p {
		margin-left: 1em;
		margin-right: 1em;
}

ul {
		margin-left: 3em;
		margin-right: 3em;
}

a:link, a:visited, a:active {
		text-decoration: none;
}

img {
		border-color: #0099ff;
}

.quotation {
		margin-left: 5em;
		margin-right: 5em;
}

.logos {
		background-color: white;
		border-width: 1pt;
		border-style: solid;
		border-color: black;
}

.pagestat, .infoattr {
		color: #ffffff;
		font-size: smaller;
}

.pagestatdata, .infoval {
		color: #ffcc33;
		font-weight: bold;
}

.centerpage {
		text-align: center;
}

p.viewimage {
		text-align: center;
}

img.viewimage {
		border-width: 1pt;
		border-style: solid;
		border-color: #3cf;
}

.little {
		font-size: 60%;
}

.quote {
		border-width: 2pt;
		border-style: solid;
		border-color: black;
		background-color: #FFFF99;
		color: black;
		white-space: pre;  
}


h1 {
		font-size: 150%;
		margin-top: 1em;
		margin-left: 0em;
		/* text-transform: uppercase; */
}

h2 {
		font-size: larger;
		font-weight: normal;
}

h3 {
		text-align: center;
}

a {
		text-decoration: none;
		color: #FFCC33;
}

a.menu, a.menu:visited {
		text-decoration: none;
		color: #FFFF66;
}

a:active, a.menu:active {
		color: #FF0033;
		text-decoration: none;
}

a.menu:hover {
		text-decoration: underline;
}

a:hover { 
		text-decoration: none;
} 

a:visited  { 
		color: #b7d21a;
} 

	
address {
		color: #FFFFFF;
		font-size: smaller;
		font-style: normal;
		margin-left: 1em;
}

@media print {

body, p, h1, h2, h3, a, table, td, adsress, li, ul  {
		background: white;
		color: black
}

}
