body {
	color: black;
	background-color: white;
	font-size: 77%;
	margin: 0;
	padding: 0;
}
body, textarea, input {
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #00c;
	text-decoration: none;
	background: url(/images/3x1999.gif) bottom left repeat-x;
}

a:visited {
	color: #66c;
}

a:hover {
	color: #00c;
	text-decoration: underline;
	background: none;
}

a:active {
	color: red;
}

/*------------------- HEADER -------------------*/

#header {
	background: url(images/aissam.net.png) no-repeat;
	text-align:right;
	height:170px;
}
#search {
	float:right;
}
/*------------------- MAIN NAVIGATION -------------------*/



#NavMenu a {
	margin: 1px 1px 1px 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	color: blue;
	b\order: 1px dotted black;
}

#NavMenu a:hover {
	background: #eef;
	text-decoration: none;
	border-color: #ccc;
	border: 1px solid black;
}

/*------------------- CONTENT AREA -------------------*/

#section {
	background: white;
	border: solid #ccc;
	border-width: 1px 1px 1px 1px;
	margin: 0 1em 2em 1em;
}

#content {
	line-height: 1.5em;
	padding: 2em;
 	margin-right: 1em;
}
.comment {
	border-top: 2px dotted white;
	border-bottom: 2px dotted #ccc;
}
pre code {
	display: block;

	padding: 1em 0 0 0;
	margin: 0;
}

.news {
	white-space: normal;
	font: 1em "Courier New",Courier,monospace;
	padding: 0 0em 1em 1em;
	border: 2px #ccc dotted;
	margin-top: 1em;
	overflow: auto;
	width: 100%;
	w\idth: auto;
}
.newsDate {
	color: blue;
}
.newsTitle {
	font-weight: bold;
	color: black;
	text-align: right;
}

.newsHeader {
	position: relative;
	top: 15px;
	padding: 2px 5px 2px 5px;
	clear:both;
}

.newsComments {
	p\osition: relative;
	float: right;
	l\eft: 10px;
	t\op: 10px;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border-color: black;

	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	clear:both;
}

.langSwitch {
	float: right;
	clear:both;
}

code {
	color: #900;
	font-family: "Courier New",Courier,monospace;
	font-size: 1em;
}


h1 {
	color: #339;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
	margin: 0;
}

.sNav {
	background: #eee;
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

.sNav p {
	position: relative;
	left: -1px;
	color: #999;
	padding: 0.25em 0 0.25em 2em;
	margin: 0;
}

.sNav em a {
	color: #00c;
	font-weight: bold;
	font-style: normal;
	padding: 0.25em 0 0em 2em;
}



#footer {
	margin-left: 15em;
	padding-bottom: 1em;
}
#footer img {
	border: 0;
}

#footer p {
	color: #999;
	font-size: 0.9em;
	margin: 0;
}

.guestBook {
	margin-left: 5em;
	margin-right: 5em;
	padding-bottom: 1em;

}



.Code {
	white-space : pre;
	border: 1px dotted;
	padding-left: 10px;
	display:block; overflow: auto;
	background-color: #E0FFFF; 
}

