﻿html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none
}
#articles {
	position:relative;
	margin: -100px 0 0px 0px;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #3b3838;
	line-height: 15px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 
#cem {
	height: 100%;
}
h1, h2, h3, h4, h5 {
	font-size: 14px;
}
h6 {
	font-size: 18px;
	color: #000;
	line-height: 27px;
}
p { 
	line-height: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#links a:link {
	text-decoration: none;
}
#links a:visited {
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#links a:active {
	text-decoration: none;
}

#fixmeright {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  z-index: 2;
  position: absolute; right: 20px; bottom: 10px;
}
body > div#fixmeright {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#fixmerightedit {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  z-index: 2;
  position: absolute; right: 20px; bottom: 50px;
}
body > div#fixmerightedit {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#fixmeleft {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  z-index: 2;
  position: absolute; left: 20px; bottom: 10px;
}
body > div#fixmeleft {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
